Kconfig: remove empty help sections

To avoid the setconfig warning: "has 'help' but empty help text"
This commit is contained in:
jordi 2021-07-23 07:47:26 +02:00 committed by Xiang Xiao
parent 1e44270558
commit b87333bae8
7 changed files with 6 additions and 12 deletions
arch/arm/src/cxd56xx
boards/risc-v/esp32c3/esp32c3-devkit
net/usrsock

@ -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

@ -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