diff options
author | Vikram Kandukuri <vkandukuri@atheros.com> | 2010-01-06 19:04:15 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-30 05:57:34 -0800 |
commit | 9670d80a9a6e24725c4111bef5d6cc7786ad0dc5 (patch) | |
tree | 22cb112a77bb85cb297cb68bb5ac360b62358b61 /drivers/bluetooth/Kconfig | |
parent | 7427847d2d044d85f478757ea03165ae3cfe87c4 (diff) | |
download | linux-3.10-9670d80a9a6e24725c4111bef5d6cc7786ad0dc5.tar.gz linux-3.10-9670d80a9a6e24725c4111bef5d6cc7786ad0dc5.tar.bz2 linux-3.10-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/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 652367aa654..058fbccf2f5 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 |