mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
tools/kconfig2html.c and wireless/bluetooth/Kconfig: Fixes needed to generate new configuration variable document.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user