aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 0801649a3b41..ea76031eb93f 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -9,7 +9,6 @@ config BT_BCM
9config BT_HCIBTUSB 9config BT_HCIBTUSB
10 tristate "HCI USB driver" 10 tristate "HCI USB driver"
11 depends on USB 11 depends on USB
12 select BT_BCM
13 help 12 help
14 Bluetooth HCI USB driver. 13 Bluetooth HCI USB driver.
15 This driver is required if you want to use Bluetooth devices with 14 This driver is required if you want to use Bluetooth devices with
@@ -18,6 +17,17 @@ config BT_HCIBTUSB
18 Say Y here to compile support for Bluetooth USB devices into the 17 Say Y here to compile support for Bluetooth USB devices into the
19 kernel or say M to compile it as module (btusb). 18 kernel or say M to compile it as module (btusb).
20 19
20config BT_HCIBTUSB_BCM
21 bool "Broadcom protocol support"
22 depends on BT_HCIBTUSB
23 select BT_BCM
24 default y
25 help
26 The Broadcom protocol support enables firmware and patchram
27 download support for Broadcom Bluetooth controllers.
28
29 Say Y here to compile support for Broadcom protocol.
30
21config BT_HCIBTSDIO 31config BT_HCIBTSDIO
22 tristate "HCI SDIO driver" 32 tristate "HCI SDIO driver"
23 depends on MMC 33 depends on MMC