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"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user