other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb

SVN-Revision: 14125
This commit is contained in:
Rod Whitby 2009-01-20 23:40:49 +00:00
parent 8db368850c
commit 4c04d8b3c1

View file

@ -220,7 +220,7 @@ $(eval $(call KernelPackage,ssb))
define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
DEPENDS:=@USB_SUPPORT
DEPENDS:=@USB_SUPPORT +kmod-usb-core
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \