net/usrsock: Should select NET_[UDP|TCP]_NO_STACK instead NET_[UDP|TCP]
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
0d516c7ff6
commit
8bbb477316
@ -41,13 +41,13 @@ config NET_USRSOCK_NPOLLWAITERS
|
|||||||
config NET_USRSOCK_UDP
|
config NET_USRSOCK_UDP
|
||||||
bool "User-space daemon provides UDP sockets"
|
bool "User-space daemon provides UDP sockets"
|
||||||
default n
|
default n
|
||||||
select NET_UDP
|
select NET_UDP_NO_STACK
|
||||||
---help---
|
---help---
|
||||||
|
|
||||||
config NET_USRSOCK_TCP
|
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_NO_STACK
|
||||||
|
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user