diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 08:52:11 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 19:47:11 +0300 |
commit | 1df1f5910825821ebac5eb1a74da2af8fdcaebf3 (patch) | |
tree | 14f1461a25ab621e422041ac2ddf2a909ac04429 /drivers/bluetooth/Kconfig | |
parent | 4fba30f07f51617438835f75b58e37fb610b2d8d (diff) | |
download | linux-1df1f5910825821ebac5eb1a74da2af8fdcaebf3.tar.xz |
Bluetooth: btusb: Use generic functionality by Broadcom module
The new Broadcom Bluetooth support module provides generic functionality
for changing and checking the Bluetooth device address. Use these new
features instead of keeping a duplicate in the driver.
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 4fbe067cd33a..b593e5f766df 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -8,6 +8,7 @@ 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 |