ALSA: asihpi: incorrect range check
[safe/jmp/linux-2.6] / drivers / bluetooth / Kconfig
index 5f04014..058fbcc 100644 (file)
@@ -172,8 +172,6 @@ config BT_HCIVHCI
 
 config BT_MRVL
        tristate "Marvell Bluetooth driver support"
-       select FW_LOADER
-       select DEBUG_FS
        help
          The core driver to support Marvell Bluetooth devices.
 
@@ -186,6 +184,7 @@ config BT_MRVL
 config BT_MRVL_SDIO
        tristate "Marvell BT-over-SDIO driver"
        depends on BT_MRVL && MMC
+       select FW_LOADER
        help
          The driver for Marvell Bluetooth chipsets with SDIO interface.
 
@@ -196,5 +195,16 @@ config BT_MRVL_SDIO
          Say Y here to compile support for Marvell BT-over-SDIO driver
          into the kernel or say M to compile it as module.
 
-endmenu
+config BT_ATH3K
+       tristate "Atheros firmware download driver"
+       depends on BT_HCIBTUSB
+       select FW_LOADER
+       help
+         Bluetooth firmware download driver.
+         This driver loads the firmware into the Atheros Bluetooth
+         chipset.
+
+         Say Y here to compile support for "Atheros firmware download driver"
+         into the kernel or say M to compile it as module (ath3k).
 
+endmenu