diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 15:08:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 15:08:31 +0200 |
commit | c756e0cdb615efc8dae721774dace70c2be167e6 (patch) | |
tree | 54e4876f7f6d989b17678f5231d2bc9a7ea7de2f /target | |
parent | e4c0b83d575698997d621de05ea7f3f7854e51e9 (diff) |
fix two dependency problems
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 8 | ||||
-rw-r--r-- | target/linux/config/Config.in.misc | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 73760d14c..e7fe0cbf1 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -78,7 +78,7 @@ config ADK_KPACKAGE_KMOD_BT_HIDP Interface Device Profile. config ADK_KPACKAGE_KMOD_BT_HCIBTUSB - prompt "kmod-bt-hci-usb............ HCI USB driver" + prompt "kmod-bt-hcibtusb.......... HCI USB driver" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -89,7 +89,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB USB interface. config ADK_KPACKAGE_KMOD_BT_HCIUART - prompt "kmod-bt-hci-uart........... HCI UART driver" + prompt "kmod-bt-hciuart........... HCI UART driver" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -101,13 +101,13 @@ config ADK_KPACKAGE_KMOD_BT_HCIUART adapter and BrainBoxes Bluetooth PC Card. config ADK_KPACKAGE_KMOD_BT_HCIBCM203X - prompt "kmod-bt-hci-bcm203x........ HCI BCM203x USB driver" + prompt "kmod-bt-hcibcm203x........ HCI BCM203x USB driver" tristate default n select ADK_KPACKAGE_KMOD_FW_LOADER select ADK_KPACKAGE_KMOD_BT_HCIBTUSB depends on ADK_KPACKAGE_KMOD_BT - depends on ADK_LINUX_X86 || ADK_LINUX_X86_64 + depends on ADK_TARGET_WITH_USB help Bluetooth HCI BCM203x USB driver. This driver provides the firmware loading mechanism for the Broadcom diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc index a351fa59b..e7891a465 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -111,6 +111,7 @@ config ADK_KPACKAGE_KMOD_EEPROM_93CX6 prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support" tristate depends on ADK_KPACKAGE_KMOD_MAC80211 + select ADK_KERNEL_MISC_DEVICES default n help |