forked from nuttx/nuttx-update
Kconfig: remove empty help sections
To avoid the setconfig warning: "has 'help' but empty help text"
This commit is contained in:
parent
1e44270558
commit
b87333bae8
7 changed files with 6 additions and 12 deletions
|
@ -1389,7 +1389,6 @@ config CXD56_TESTSET_WITH_HWSEM
|
|||
bool "Use custom testset based on hardware semaphore"
|
||||
default n if CXD56_USE_SYSBUS
|
||||
default y if !CXD56_USE_SYSBUS
|
||||
---help---
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
@ -129,17 +129,17 @@ config EFM32_DMA
|
|||
select ARCH_DMA
|
||||
|
||||
config EFM32_RMU
|
||||
bool "Reset Management Unit (RMU) "
|
||||
bool "Reset Management Unit (RMU)"
|
||||
default n
|
||||
|
||||
config EFM32_FLASHPROG
|
||||
bool "Enable Erase/Write flash function (MSC) "
|
||||
bool "Enable Erase/Write flash function (MSC)"
|
||||
default n
|
||||
select ARCH_HAVE_PROGMEM
|
||||
select ARCH_HAVE_RAMFUNCS
|
||||
|
||||
config EFM32_RMU_DEBUG
|
||||
bool "Reset Management Unit (RMU) DEBUG "
|
||||
bool "Reset Management Unit (RMU) DEBUG"
|
||||
default n
|
||||
depends on EFM32_RMU && DEBUG_FEATURES
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@ config MAX326XX_WDOG
|
|||
depends on MAX326XX_HAVE_WDOG
|
||||
|
||||
config MAX326XX_WWDOG0
|
||||
bool "Windowed Watchdog Timer (WDT0) "
|
||||
bool "Windowed Watchdog Timer (WDT0)"
|
||||
default n
|
||||
depends on MAX326XX_HAVE_WWDOG
|
||||
|
||||
|
|
|
@ -10161,7 +10161,7 @@ config STM32_I2CTIMEOTICKS
|
|||
depends on STM32_I2C && !STM32_I2C_DYNTIMEO
|
||||
|
||||
config STM32_I2C_DUTY16_9
|
||||
bool "Frequency with Tlow/Thigh = 16/9 "
|
||||
bool "Frequency with Tlow/Thigh = 16/9"
|
||||
default n
|
||||
depends on STM32_I2C
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ endif # PM
|
|||
config ESP32C3_DEVKIT_RUN_IRAM
|
||||
bool "Run from IRAM"
|
||||
default n
|
||||
---help---
|
||||
|
||||
choice
|
||||
prompt "SPIFLASH File System"
|
||||
|
|
|
@ -41,12 +41,10 @@ config NET_USRSOCK_NPOLLWAITERS
|
|||
config NET_USRSOCK_NO_INET
|
||||
bool "Disable PF_INET for usrsock"
|
||||
default n
|
||||
---help---
|
||||
|
||||
config NET_USRSOCK_NO_INET6
|
||||
bool "Disable PF_INET6 for usrsock"
|
||||
default n
|
||||
---help---
|
||||
|
||||
config NET_USRSOCK_UDP
|
||||
bool "User-space daemon provides UDP sockets"
|
||||
|
@ -58,12 +56,10 @@ config NET_USRSOCK_TCP
|
|||
bool "User-space daemon provides TCP sockets"
|
||||
default n
|
||||
select NET_TCP
|
||||
---help---
|
||||
|
||||
config NET_USRSOCK_OTHER
|
||||
bool "Enable other protocol families in addition of INET & INET6"
|
||||
default n
|
||||
---help---
|
||||
|
||||
endif # NET_USRSOCK
|
||||
endmenu # User-space networking stack API
|
||||
|
|
|
@ -1131,7 +1131,7 @@ config PATH_MAX
|
|||
endmenu # Files and I/O
|
||||
|
||||
menuconfig PRIORITY_INHERITANCE
|
||||
bool "Enable priority inheritance "
|
||||
bool "Enable priority inheritance"
|
||||
default n
|
||||
---help---
|
||||
Set to enable support for priority inheritance on mutexes and semaphores.
|
||||
|
|
Loading…
Reference in a new issue