diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 03:52:12 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:48:21 -0400 |
commit | 4185a0f5d0431bf91ea1ec202fdf12e6e3b73c46 (patch) | |
tree | 1bfae670a935a3f1633b04b87133c9405d724e47 /drivers/bluetooth/Kconfig | |
parent | 48f0ed1bb68589db5d6566bd3cd28ec675feaf2f (diff) |
Bluetooth: btusb: Use generic Intel support for address support
The Bluetooth address handling 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 e4aff8ca7870..b50fe3361659 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -12,6 +12,7 @@ config BT_BCM | |||
12 | config BT_HCIBTUSB | 12 | config BT_HCIBTUSB |
13 | tristate "HCI USB driver" | 13 | tristate "HCI USB driver" |
14 | depends on USB | 14 | depends on USB |
15 | select BT_INTEL | ||
15 | help | 16 | help |
16 | Bluetooth HCI USB driver. | 17 | Bluetooth HCI USB driver. |
17 | This driver is required if you want to use Bluetooth devices with | 18 | This driver is required if you want to use Bluetooth devices with |