diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 03:52:11 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:48:21 -0400 |
commit | 48f0ed1bb68589db5d6566bd3cd28ec675feaf2f (patch) | |
tree | 5e6788eb7fdbce508c04f0613e8b0a821f8fd367 /drivers/bluetooth/Kconfig | |
parent | 79b8df9362e8bd1951e1fddbd65ca87af8df52c8 (diff) |
Bluetooth: btintel: Introduce generic Intel Bluetooth support
The majority of Intel Bluetooth vendor commands are shared between USB
and UART transports. This creates a separate module that eventually
will hold all Intel specific commands, but for now just start with the
commands to change the Bluetooth public address and check for the
default address.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 93351b91bbb4..e4aff8ca7870 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -2,6 +2,9 @@ | |||
2 | menu "Bluetooth device drivers" | 2 | menu "Bluetooth device drivers" |
3 | depends on BT | 3 | depends on BT |
4 | 4 | ||
5 | config BT_INTEL | ||
6 | tristate | ||
7 | |||
5 | config BT_BCM | 8 | config BT_BCM |
6 | tristate | 9 | tristate |
7 | select FW_LOADER | 10 | select FW_LOADER |