aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorVikram Kandukuri <vkandukuri@atheros.com>2010-01-06 19:04:15 +0530
committerMarcel Holtmann <marcel@holtmann.org>2010-01-30 05:57:34 -0800
commit9670d80a9a6e24725c4111bef5d6cc7786ad0dc5 (patch)
tree22cb112a77bb85cb297cb68bb5ac360b62358b61 /drivers/bluetooth/Kconfig
parentBluetooth: Redo checks in IRQ handler for shared IRQ support (diff)
downloadlinux-dev-9670d80a9a6e24725c4111bef5d6cc7786ad0dc5.tar.xz
linux-dev-9670d80a9a6e24725c4111bef5d6cc7786ad0dc5.zip
Bluetooth: Add DFU driver for Atheros Bluetooth chipset AR3011
Signed-off-by: Vikram Kandukuri <vikram.kandukuri@atheros.com> Signed-off-by: Alicke Xu <sxu@atheros.com> Reviewed-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 652367aa6546..058fbccf2f52 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -195,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