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
@ -1389,7 +1389,6 @@ config CXD56_TESTSET_WITH_HWSEM
|
|||||||
bool "Use custom testset based on hardware semaphore"
|
bool "Use custom testset based on hardware semaphore"
|
||||||
default n if CXD56_USE_SYSBUS
|
default n if CXD56_USE_SYSBUS
|
||||||
default y if !CXD56_USE_SYSBUS
|
default y if !CXD56_USE_SYSBUS
|
||||||
---help---
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -129,17 +129,17 @@ config EFM32_DMA
|
|||||||
select ARCH_DMA
|
select ARCH_DMA
|
||||||
|
|
||||||
config EFM32_RMU
|
config EFM32_RMU
|
||||||
bool "Reset Management Unit (RMU) "
|
bool "Reset Management Unit (RMU)"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config EFM32_FLASHPROG
|
config EFM32_FLASHPROG
|
||||||
bool "Enable Erase/Write flash function (MSC) "
|
bool "Enable Erase/Write flash function (MSC)"
|
||||||
default n
|
default n
|
||||||
select ARCH_HAVE_PROGMEM
|
select ARCH_HAVE_PROGMEM
|
||||||
select ARCH_HAVE_RAMFUNCS
|
select ARCH_HAVE_RAMFUNCS
|
||||||
|
|
||||||
config EFM32_RMU_DEBUG
|
config EFM32_RMU_DEBUG
|
||||||
bool "Reset Management Unit (RMU) DEBUG "
|
bool "Reset Management Unit (RMU) DEBUG"
|
||||||
default n
|
default n
|
||||||
depends on EFM32_RMU && DEBUG_FEATURES
|
depends on EFM32_RMU && DEBUG_FEATURES
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ config MAX326XX_WDOG
|
|||||||
depends on MAX326XX_HAVE_WDOG
|
depends on MAX326XX_HAVE_WDOG
|
||||||
|
|
||||||
config MAX326XX_WWDOG0
|
config MAX326XX_WWDOG0
|
||||||
bool "Windowed Watchdog Timer (WDT0) "
|
bool "Windowed Watchdog Timer (WDT0)"
|
||||||
default n
|
default n
|
||||||
depends on MAX326XX_HAVE_WWDOG
|
depends on MAX326XX_HAVE_WWDOG
|
||||||
|
|
||||||
|
@ -10161,7 +10161,7 @@ config STM32_I2CTIMEOTICKS
|
|||||||
depends on STM32_I2C && !STM32_I2C_DYNTIMEO
|
depends on STM32_I2C && !STM32_I2C_DYNTIMEO
|
||||||
|
|
||||||
config STM32_I2C_DUTY16_9
|
config STM32_I2C_DUTY16_9
|
||||||
bool "Frequency with Tlow/Thigh = 16/9 "
|
bool "Frequency with Tlow/Thigh = 16/9"
|
||||||
default n
|
default n
|
||||||
depends on STM32_I2C
|
depends on STM32_I2C
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ endif # PM
|
|||||||
config ESP32C3_DEVKIT_RUN_IRAM
|
config ESP32C3_DEVKIT_RUN_IRAM
|
||||||
bool "Run from IRAM"
|
bool "Run from IRAM"
|
||||||
default n
|
default n
|
||||||
---help---
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "SPIFLASH File System"
|
prompt "SPIFLASH File System"
|
||||||
|
@ -41,12 +41,10 @@ config NET_USRSOCK_NPOLLWAITERS
|
|||||||
config NET_USRSOCK_NO_INET
|
config NET_USRSOCK_NO_INET
|
||||||
bool "Disable PF_INET for usrsock"
|
bool "Disable PF_INET for usrsock"
|
||||||
default n
|
default n
|
||||||
---help---
|
|
||||||
|
|
||||||
config NET_USRSOCK_NO_INET6
|
config NET_USRSOCK_NO_INET6
|
||||||
bool "Disable PF_INET6 for usrsock"
|
bool "Disable PF_INET6 for usrsock"
|
||||||
default n
|
default n
|
||||||
---help---
|
|
||||||
|
|
||||||
config NET_USRSOCK_UDP
|
config NET_USRSOCK_UDP
|
||||||
bool "User-space daemon provides UDP sockets"
|
bool "User-space daemon provides UDP sockets"
|
||||||
@ -58,12 +56,10 @@ config NET_USRSOCK_TCP
|
|||||||
bool "User-space daemon provides TCP sockets"
|
bool "User-space daemon provides TCP sockets"
|
||||||
default n
|
default n
|
||||||
select NET_TCP
|
select NET_TCP
|
||||||
---help---
|
|
||||||
|
|
||||||
config NET_USRSOCK_OTHER
|
config NET_USRSOCK_OTHER
|
||||||
bool "Enable other protocol families in addition of INET & INET6"
|
bool "Enable other protocol families in addition of INET & INET6"
|
||||||
default n
|
default n
|
||||||
---help---
|
|
||||||
|
|
||||||
endif # NET_USRSOCK
|
endif # NET_USRSOCK
|
||||||
endmenu # User-space networking stack API
|
endmenu # User-space networking stack API
|
||||||
|
@ -1131,7 +1131,7 @@ config PATH_MAX
|
|||||||
endmenu # Files and I/O
|
endmenu # Files and I/O
|
||||||
|
|
||||||
menuconfig PRIORITY_INHERITANCE
|
menuconfig PRIORITY_INHERITANCE
|
||||||
bool "Enable priority inheritance "
|
bool "Enable priority inheritance"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Set to enable support for priority inheritance on mutexes and semaphores.
|
Set to enable support for priority inheritance on mutexes and semaphores.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user