Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Add comments
This commit is contained in:
simbit18 2023-08-31 15:17:11 +02:00 committed by Xiang Xiao
parent a2e6e6c243
commit 17a497492a
4 changed files with 24 additions and 24 deletions

View File

@ -31,13 +31,13 @@ config CJSON_UNITY_TEST_DIR
default "/data" default "/data"
config CJSON_TEST_PRIORITY config CJSON_TEST_PRIORITY
int "task priority" int "task priority"
default 100 default 100
config CJSON_TEST_STACKSIZE config CJSON_TEST_STACKSIZE
int "stack size" int "stack size"
default 102400 default 102400
endif endif # NETUTILS_CJSON_TEST
endif endif # NETUTILS_CJSON

View File

@ -1,21 +1,21 @@
config SUPERPI config SUPERPI
tristate "SuperPI test" tristate "SuperPI test"
default n default n
if SUPERPI if SUPERPI
config SUPERPI_PROGNAME config SUPERPI_PROGNAME
string "Program Name" string "Program Name"
default "pi_css5" default "pi_css5"
config SUPERPI_STACKSIZE config SUPERPI_STACKSIZE
int "SuperPI stack size" int "SuperPI stack size"
default DEFAULT_TASK_STACKSIZE default DEFAULT_TASK_STACKSIZE
config SUPERPI_PRIORITY config SUPERPI_PRIORITY
int "Task PRIORITY" int "Task PRIORITY"
default 100 default 100
---help--- ---help---
The higher the priority value, the lower the priority. The higher the priority value, the lower the priority.
endif endif # SUPERPI

View File

@ -119,7 +119,7 @@ config NIMBLE_BLE_MULTI_ADV_INSTANCES
int "NimBLE number of multi-advertising instances" int "NimBLE number of multi-advertising instances"
default 0 default 0
---help--- ---help---
The total number of advertising instances is this number plus 1 The total number of advertising instances is this number plus 1
config NIMBLE_BLE_PERIODIC_ADV config NIMBLE_BLE_PERIODIC_ADV
bool "NimBLE periodic advertising support" bool "NimBLE periodic advertising support"
@ -158,7 +158,7 @@ config NIMBLE_L2CAP_COC_MAX_NUM
range 0 9 range 0 9
default 0 default 0
---help--- ---help---
When set to 0, BLE COC is disabled When set to 0, BLE COC is disabled
menu "NimBLE BLE privacy and security settings" menu "NimBLE BLE privacy and security settings"
@ -166,13 +166,13 @@ config NIMBLE_BLE_RPA_TIMEOUT
int "NimBLE BLE RPA timeout" int "NimBLE BLE RPA timeout"
default 300 default 300
---help--- ---help---
The rate that new random addresses should be generated (seconds) The rate that new random addresses should be generated (seconds)
config NIMBLE_BLE_SM_BONDING config NIMBLE_BLE_SM_BONDING
bool "NimBLE BLE bonding enable" bool "NimBLE BLE bonding enable"
default y default y
---help--- ---help---
Enables bonding (persistence and restoration of secure links) Enables bonding (persistence and restoration of secure links)
config NIMBLE_BLE_SM_LEGACY config NIMBLE_BLE_SM_LEGACY
bool "NimBLE security manager legacy pairing" bool "NimBLE security manager legacy pairing"

View File

@ -9,7 +9,7 @@ menuconfig WIRELESS_WAPI
depends on NET && DRIVERS_WIRELESS depends on NET && DRIVERS_WIRELESS
---help--- ---help---
Wapi is a tool by Volkan YAZICI <volkan.yazici@gmail.com> that can Wapi is a tool by Volkan YAZICI <volkan.yazici@gmail.com> that can
be used to manage 802.11 network. be used to manage 802.11 network.
if WIRELESS_WAPI if WIRELESS_WAPI
@ -51,6 +51,6 @@ config WIRELESS_WAPI_CONFIG_PATH
string "Wireless Wapi Configure File Path" string "Wireless Wapi Configure File Path"
default "/data/wapi.conf" default "/data/wapi.conf"
endif endif # WIRELESS_WAPI_INITCONF
endif endif # WIRELESS_WAPI