diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 01:52:13 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:47:11 -0400 |
commit | 1c8ba6d013c553bd13c50c139d652daac3348685 (patch) | |
tree | 3e443a70dd7b9b56789ce1560faae3d4a79ab826 /drivers/bluetooth/Kconfig | |
parent | 3e0ac12a1a610b4ab47282a25ee5945064228e35 (diff) |
Bluetooth: btbcm: Add support for Broadcom controller setup
To unify the controller setup of Broadcom devices between USB and UART
transport, add the patchram download support into the Broadcom module.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 9f68e11c1671..0801649a3b41 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -4,6 +4,7 @@ menu "Bluetooth device drivers" | |||
4 | 4 | ||
5 | config BT_BCM | 5 | config BT_BCM |
6 | tristate | 6 | tristate |
7 | select FW_LOADER | ||
7 | 8 | ||
8 | config BT_HCIBTUSB | 9 | config BT_HCIBTUSB |
9 | tristate "HCI USB driver" | 10 | tristate "HCI USB driver" |