X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fbluetooth%2FKconfig;h=058fbccf2f52bea5264b5a585994b0b7eb777937;hb=d7636e0b0769e0f4f437ff33168d723f86e7c080;hp=b049a79fcc025d6c35a63393b5a24947b7403f5a;hpb=132ff4e5fa8dfb71a7d99902f88043113947e972;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index b049a79..058fbcc 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -172,7 +172,6 @@ config BT_HCIVHCI config BT_MRVL tristate "Marvell Bluetooth driver support" - select FW_LOADER help The core driver to support Marvell Bluetooth devices. @@ -182,5 +181,30 @@ config BT_MRVL Say Y here to compile Marvell Bluetooth driver into the kernel or say M to compile it as module. -endmenu +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. + + This driver is required if you want to use Marvell Bluetooth + devices with SDIO interface. Currently only SD8688 chipset is + supported. + + Say Y here to compile support for Marvell BT-over-SDIO driver + into the kernel or say M to compile it as module. + +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