Fix Kconfig style

Replace help => ---help---
Remove spaces from Kconfig
Add comments
This commit is contained in:
simbit18
2023-08-18 11:09:53 +02:00
committed by Petro Karashchenko
parent cd93b8c5ab
commit 70ab01a20b
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -2114,7 +2114,7 @@ config STACK_USAGE
config STACK_USAGE_WARNING config STACK_USAGE_WARNING
int "Detect use of large stack variables" int "Detect use of large stack variables"
default 0 default 0
help ---help---
Set the stack warning threshold, if the stack usage exceeds the Set the stack warning threshold, if the stack usage exceeds the
threshold, a warning will be generated threshold, a warning will be generated
+9 -9
View File
@@ -343,7 +343,7 @@ config NRF53_LFCLK_RC
config NRF53_LFCLK_SYNTH config NRF53_LFCLK_SYNTH
bool "Synthesized from HFCLK" bool "Synthesized from HFCLK"
endchoice endchoice # LFCLK source
endif # NRF53_USE_LFCLK endif # NRF53_USE_LFCLK
@@ -369,7 +369,7 @@ config NRF53_HFCLK192M_96
config NRF53_HFCLK192M_48 config NRF53_HFCLK192M_48
bool "HFCLK192M is 48MHz" bool "HFCLK192M is 48MHz"
endchoice endchoice # HFCLK192M source
endif # NRF53_USE_HFCLK192M endif # NRF53_USE_HFCLK192M
@@ -418,7 +418,7 @@ config NRF53_SYSTIMER_RTC
---help--- ---help---
Use RTC timer in tickless mode. Use RTC timer in tickless mode.
endchoice endchoice # System Timer Source
if NRF53_SYSTIMER_RTC if NRF53_SYSTIMER_RTC
@@ -430,7 +430,7 @@ config NRF53_SYSTIMER_RTC_INSTANCE
---help--- ---help---
Which RTC instance to use to drive the system timer Which RTC instance to use to drive the system timer
endif endif # NRF53_SYSTIMER_RTC
endmenu # System Timer endmenu # System Timer
@@ -656,9 +656,9 @@ config NRF53_SPI_MASTER_INTERRUPTS
bool "SPI Master interrupts support" bool "SPI Master interrupts support"
default n default n
endif # NRF53_SPI_MASTER endif # NRF53_SPI_MASTER
endmenu endmenu # SPI Configuration
menu "I2C Master Configuration" menu "I2C Master Configuration"
@@ -696,7 +696,7 @@ config NRF53_I2C_MASTER_WORKAROUND_400KBPS_TIMING
endif # NRF53_I2C_MASTER endif # NRF53_I2C_MASTER
endmenu endmenu # I2C Master Configuration
menu "QSPI Configuration" menu "QSPI Configuration"
@@ -776,7 +776,7 @@ config NRF53_SDC_SCAN_BUFFER_COUNT
---help--- ---help---
The minimum allowed number of buffers is 2. The minimum allowed number of buffers is 2.
endif endif # NRF53_SDC_SCANNING
config NRF53_SDC_LE_2M_PHY config NRF53_SDC_LE_2M_PHY
bool "Support LE 2M PHY" bool "Support LE 2M PHY"
@@ -804,4 +804,4 @@ config NRF53_SDC_PUB_ADDR
hex "Configure BT public address" hex "Configure BT public address"
default 0x0000000000 default 0x0000000000
endif endif # NRF53_SOFTDEVICE_CONTROLLER
+3 -3
View File
@@ -21,9 +21,9 @@ choice
config MATH_CORDIC_USE_Q31 config MATH_CORDIC_USE_Q31
bool "CORDIC uses Q1.31" bool "CORDIC uses Q1.31"
endchoice endchoice # MATH CORDIC numeric type
endif endif # MATH_CORDIC
config MATH_FFT config MATH_FFT
bool "MATH FFT support" bool "MATH FFT support"
@@ -32,4 +32,4 @@ config MATH_FFT
This selection enables building of the "upper-half" FFT driver. This selection enables building of the "upper-half" FFT driver.
See include/nuttx/math/fft.h for further FFT driver information. See include/nuttx/math/fft.h for further FFT driver information.
endmenu # MATH Acceleration Information endmenu # MATH Acceleration Information