tools/kconfig2html.c and wireless/bluetooth/Kconfig: Fixes needed to generate new configuration variable document.

This commit is contained in:
Gregory Nutt
2018-06-03 10:03:35 -06:00
parent b020ee13b8
commit ae44eb2969
2 changed files with 11 additions and 13 deletions
+4 -8
View File
@@ -40,8 +40,7 @@
#############################################################################
menuconfig WIRELESS_BLUETOOTH
bool
prompt "Bluetooth LE support"
bool "Bluetooth LE support"
default n
select MM_IOB
select SCHED_HPWORK
@@ -57,8 +56,7 @@ menuconfig WIRELESS_BLUETOOTH
if WIRELESS_BLUETOOTH
config BLUETOOTH_MAX_CONN
int
prompt "Maximum number of simultaneous connections"
int "Maximum number of simultaneous connections"
default 1
range 1 16
---help---
@@ -66,8 +64,7 @@ config BLUETOOTH_MAX_CONN
supported. The minimum (and default) number is 1.
config BLUETOOTH_MAX_PAIRED
int
prompt "Maximum number of paired devices"
int "Maximum number of paired devices"
default 1
range 1 32
---help---
@@ -172,8 +169,7 @@ config BLUETOOTH_TXCONN_NMSGS
endmenu # Kernel Thread Configuration
config BLUETOOTH_SMP_SELFTEST
bool
prompt "Bluetooth SMP self tests executed on init"
bool "Bluetooth SMP self tests executed on init"
default n
---help---
This option enables SMP self-tests executed on startup