aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-11-02 03:32:25 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-11-02 10:01:53 +0200
commit65efd2bf4885312b42de9829159789199221cc60 (patch)
treed37c53e4617ae2c805ba9620569daf743e89bcbe /net/bluetooth/rfcomm
parentBluetooth: Use HCI_EV_HARDWARE_ERROR define for event payload (diff)
downloadwireguard-linux-65efd2bf4885312b42de9829159789199221cc60.tar.xz
wireguard-linux-65efd2bf4885312b42de9829159789199221cc60.zip
Bluetooth: Introduce BT_BREDR and BT_LE config options
The current kernel options do not make it clear which modules are for Bluetooth Classic (BR/EDR) and which are for Bluetooth Low Energy (LE). To make it really clear, introduce BT_BREDR and BT_LE options with proper dependencies into the different modules. Both new options default to y to not create a regression with previous kernel config files. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/rfcomm')
-rw-r--r--net/bluetooth/rfcomm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/Kconfig b/net/bluetooth/rfcomm/Kconfig
index 18d352ea2bc7..335df7515220 100644
--- a/net/bluetooth/rfcomm/Kconfig
+++ b/net/bluetooth/rfcomm/Kconfig
@@ -1,6 +1,6 @@
config BT_RFCOMM
tristate "RFCOMM protocol support"
- depends on BT
+ depends on BT_BREDR
help
RFCOMM provides connection oriented stream transport. RFCOMM
support is required for Dialup Networking, OBEX and other Bluetooth