mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
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:
committed by
Masayuki Ishikawa
parent
0d516c7ff6
commit
8bbb477316
+2
-2
@@ -41,13 +41,13 @@ config NET_USRSOCK_NPOLLWAITERS
|
||||
config NET_USRSOCK_UDP
|
||||
bool "User-space daemon provides UDP sockets"
|
||||
default n
|
||||
select NET_UDP
|
||||
select NET_UDP_NO_STACK
|
||||
---help---
|
||||
|
||||
config NET_USRSOCK_TCP
|
||||
bool "User-space daemon provides TCP sockets"
|
||||
default n
|
||||
select NET_TCP
|
||||
select NET_TCP_NO_STACK
|
||||
|
||||
config NET_USRSOCK_OTHER
|
||||
bool "Enable other protocol families in addition of INET & INET6"
|
||||
|
||||
Reference in New Issue
Block a user