aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-06 01:52:12 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-04-07 12:47:11 -0400
commit3e0ac12a1a610b4ab47282a25ee5945064228e35 (patch)
treeae1cc6c11d31b31e24aa768588ac0def005845eb /drivers/bluetooth/Kconfig
parent1df1f5910825821ebac5eb1a74da2af8fdcaebf3 (diff)
Bluetooth: hci_uart: Use generic functionality from 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index b593e5f766df..9f68e11c1671 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -111,6 +111,7 @@ config BT_HCIUART_INTEL
111config BT_HCIUART_BCM 111config BT_HCIUART_BCM
112 bool "Broadcom protocol support" 112 bool "Broadcom protocol support"
113 depends on BT_HCIUART 113 depends on BT_HCIUART
114 select BT_BCM
114 help 115 help
115 The Broadcom protocol support enables Bluetooth HCI over serial 116 The Broadcom protocol support enables Bluetooth HCI over serial
116 port interface for Broadcom Bluetooth controllers. 117 port interface for Broadcom Bluetooth controllers.