diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 03:52:14 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:48:21 -0400 |
commit | bca03c959ab377010d87bef2679890a4a4e66e37 (patch) | |
tree | 2b56431b09bb0200c26a6912fad209b21801a0a1 /drivers/bluetooth/Kconfig | |
parent | 59a077c4792e2226b8a95430c0f17d1098939647 (diff) |
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 | |||
117 | config BT_HCIUART_INTEL | 117 | config BT_HCIUART_INTEL |
118 | bool "Intel protocol support" | 118 | bool "Intel protocol support" |
119 | depends on BT_HCIUART | 119 | depends on BT_HCIUART |
120 | select BT_INTEL | ||
120 | help | 121 | help |
121 | The Intel protocol support enables Bluetooth HCI over serial | 122 | The Intel protocol support enables Bluetooth HCI over serial |
122 | port interface for Intel Bluetooth controllers. | 123 | port interface for Intel Bluetooth controllers. |