aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/Kconfig')
-rw-r--r--net/bluetooth/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 7725da95a767..ed371684c133 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -3,8 +3,9 @@
3# 3#
4 4
5menuconfig BT 5menuconfig BT
6 depends on NET && !S390
7 tristate "Bluetooth subsystem support" 6 tristate "Bluetooth subsystem support"
7 depends on NET && !S390
8 depends on RFKILL || !RFKILL
8 help 9 help
9 Bluetooth is low-cost, low-power, short-range wireless technology. 10 Bluetooth is low-cost, low-power, short-range wireless technology.
10 It was designed as a replacement for cables and other short-range 11 It was designed as a replacement for cables and other short-range
@@ -33,6 +34,7 @@ menuconfig BT
33config BT_L2CAP 34config BT_L2CAP
34 tristate "L2CAP protocol support" 35 tristate "L2CAP protocol support"
35 depends on BT 36 depends on BT
37 select CRC16
36 help 38 help
37 L2CAP (Logical Link Control and Adaptation Protocol) provides 39 L2CAP (Logical Link Control and Adaptation Protocol) provides
38 connection oriented and connection-less data transport. L2CAP 40 connection oriented and connection-less data transport. L2CAP