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:
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue