Browse Source

fix two dependency problems

Waldemar Brodkorb 14 years ago
parent
commit
c756e0cdb6
2 changed files with 5 additions and 4 deletions
  1. 4 4
      target/linux/config/Config.in.bluetooth
  2. 1 0
      target/linux/config/Config.in.misc

+ 4 - 4
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

+ 1 - 0
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