Skip to content

Commit 198ec9a

Browse files
pavelmachekholtmann
authored andcommitted
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent a81d72d commit 198ec9a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

net/bluetooth/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ config BT_BREDR
4545
bool "Bluetooth Classic (BR/EDR) features"
4646
depends on BT
4747
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.
4853

4954
source "net/bluetooth/rfcomm/Kconfig"
5055

@@ -58,11 +63,18 @@ config BT_HS
5863
bool "Bluetooth High Speed (HS) features"
5964
depends on BT_BREDR
6065
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.
6170

6271
config BT_LE
6372
bool "Bluetooth Low Energy (LE) features"
6473
depends on BT
6574
default y
75+
help
76+
Bluetooth Low Energy includes support low-energy physical
77+
layer available with Bluetooth version 4.0 or later.
6678

6779
config BT_6LOWPAN
6880
tristate "Bluetooth 6LoWPAN support"

0 commit comments

Comments
 (0)