diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 00:52:14 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 18:48:21 +0200 |
commit | bca03c959ab377010d87bef2679890a4a4e66e37 (patch) | |
tree | 2b56431b09bb0200c26a6912fad209b21801a0a1 /drivers/bluetooth/Kconfig | |
parent | 59a077c4792e2226b8a95430c0f17d1098939647 (diff) | |
download | linux-bca03c959ab377010d87bef2679890a4a4e66e37.tar.gz linux-bca03c959ab377010d87bef2679890a4a4e66e37.tar.bz2 linux-bca03c959ab377010d87bef2679890a4a4e66e37.zip |
Bluetooth: hci_uart: Use generic Intel support for address setting
The Bluetooth address setting for Intel devices is provided by a generic
module now. Start using that module instead of relying it being included
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 b50fe3361659..ed5c2738bea2 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -117,6 +117,7 @@ config BT_HCIUART_3WIRE config BT_HCIUART_INTEL bool "Intel protocol support" depends on BT_HCIUART + select BT_INTEL help The Intel protocol support enables Bluetooth HCI over serial port interface for Intel Bluetooth controllers. |