Bluetooth: Kconfig: Add missing help texts

All user visible options should have at least some help text to them.

Change-Id: I97db035f2a4939b4d3c26b7260ad1a39351664b2
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-11-06 22:22:33 +02:00 committed by Anas Nashif
commit f3214d3a1f

View file

@ -63,11 +63,15 @@ config BLUETOOTH_PERIPHERAL
bool "Peripheral Role support" bool "Peripheral Role support"
default n default n
select BLUETOOTH_CONN select BLUETOOTH_CONN
help
Select this for LE Peripheral role support.
config BLUETOOTH_CENTRAL config BLUETOOTH_CENTRAL
bool "Central Role support" bool "Central Role support"
default n default n
select BLUETOOTH_CONN select BLUETOOTH_CONN
help
Select this for LE Central role support.
config BLUETOOTH_CONN config BLUETOOTH_CONN
bool bool
@ -103,10 +107,16 @@ config BLUETOOTH_ATT_MTU
config BLUETOOTH_SMP config BLUETOOTH_SMP
bool "Security Manager Protocol support" bool "Security Manager Protocol support"
default n default n
help
This option enables support for the Security Manager Protocol
(SMP), making it possible to pair devices over LE.
config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
bool "L2CAP Dynamic Channel support" bool "L2CAP Dynamic Channel support"
default n default n
help
This option enables support for LE Connection oriented Channels,
allowing the creation of dynamic L2CAP Channels.
config BLUETOOTH_SIGNING config BLUETOOTH_SIGNING
bool "Data signing support" bool "Data signing support"
@ -119,6 +129,8 @@ config BLUETOOTH_SIGNING
config BLUETOOTH_GATT_CLIENT config BLUETOOTH_GATT_CLIENT
bool "GATT client support" bool "GATT client support"
default n default n
help
This option enables support for the GATT Client role.
config BLUETOOTH_MAX_CONN config BLUETOOTH_MAX_CONN
int "Maximum number of simultaneous connections" int "Maximum number of simultaneous connections"
@ -209,6 +221,7 @@ config BLUETOOTH_DEBUG_GATT
help help
This option enables debug support for the Bluetooth This option enables debug support for the Bluetooth
Generic Attribute Profile (GATT). Generic Attribute Profile (GATT).
endif # BLUETOOTH_DEBUG endif # BLUETOOTH_DEBUG
endif # BLUETOOTH endif # BLUETOOTH