Bluetooth: btusb: Add option for Broadcom protocol support
[cascardo/linux.git] / drivers / bluetooth / Kconfig
index 0801649..ea76031 100644 (file)
@@ -9,7 +9,6 @@ config BT_BCM
 config BT_HCIBTUSB
        tristate "HCI USB driver"
        depends on USB
-       select BT_BCM
        help
          Bluetooth HCI USB driver.
          This driver is required if you want to use Bluetooth devices with
@@ -18,6 +17,17 @@ config BT_HCIBTUSB
          Say Y here to compile support for Bluetooth USB devices into the
          kernel or say M to compile it as module (btusb).
 
+config BT_HCIBTUSB_BCM
+       bool "Broadcom protocol support"
+       depends on BT_HCIBTUSB
+       select BT_BCM
+       default y
+       help
+         The Broadcom protocol support enables firmware and patchram
+         download support for Broadcom Bluetooth controllers.
+
+         Say Y here to compile support for Broadcom protocol.
+
 config BT_HCIBTSDIO
        tristate "HCI SDIO driver"
        depends on MMC