mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
net/tcp: Remove the dependence on SCHED_WORKQUEUE
since it isn't required in case of NET_TCP_NO_STACK Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
7f380533a3
commit
0d516c7ff6
@@ -9,7 +9,6 @@ config NET_TCP
|
||||
bool "TCP/IP Networking"
|
||||
default n
|
||||
select NET_READAHEAD if !NET_TCP_NO_STACK
|
||||
depends on SCHED_WORKQUEUE
|
||||
---help---
|
||||
Enable or disable TCP networking support.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user