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
-4
View File
@@ -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