summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2017-08-08 09:48:40 -0400
committerMarcel Holtmann <marcel@holtmann.org>2017-08-08 10:02:13 -0400
commit198ec9ae052922d67491ab3cc3fd704580e0daf4 (patch)
tree361cfefc4cde5b51d665be6e0628402f010fd881 /net/bluetooth
parenta81d72d2002d6a932bd83022cbf8c442b1b97512 (diff)
Bluetooth: document config options
Kernel config options should include useful help text; I had to look up the terms on wikipedia. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 68f951b3e85a..db82a40875e8 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -45,6 +45,11 @@ config BT_BREDR
45 bool "Bluetooth Classic (BR/EDR) features" 45 bool "Bluetooth Classic (BR/EDR) features"
46 depends on BT 46 depends on BT
47 default y 47 default y
48 help
49 Bluetooth Classic includes support for Basic Rate (BR)
50 available with Bluetooth version 1.0b or later and support
51 for Enhanced Data Rate (EDR) available with Bluetooth
52 version 2.0 or later.
48 53
49source "net/bluetooth/rfcomm/Kconfig" 54source "net/bluetooth/rfcomm/Kconfig"
50 55
@@ -58,11 +63,18 @@ config BT_HS
58 bool "Bluetooth High Speed (HS) features" 63 bool "Bluetooth High Speed (HS) features"
59 depends on BT_BREDR 64 depends on BT_BREDR
60 default y 65 default y
66 help
67 Bluetooth High Speed includes support for off-loading
68 Bluetooth connections via 802.11 (wifi) physical layer
69 available with Bluetooth version 3.0 or later.
61 70
62config BT_LE 71config BT_LE
63 bool "Bluetooth Low Energy (LE) features" 72 bool "Bluetooth Low Energy (LE) features"
64 depends on BT 73 depends on BT
65 default y 74 default y
75 help
76 Bluetooth Low Energy includes support low-energy physical
77 layer available with Bluetooth version 4.0 or later.
66 78
67config BT_6LOWPAN 79config BT_6LOWPAN
68 tristate "Bluetooth 6LoWPAN support" 80 tristate "Bluetooth 6LoWPAN support"