diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-05 22:52:13 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 18:47:11 +0200 |
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" config BT_BCM tristate + select FW_LOADER config BT_HCIBTUSB tristate "HCI USB driver" |