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:
Xiang Xiao 2022-11-20 07:07:36 +08:00 committed by Masayuki Ishikawa
parent 7f380533a3
commit 0d516c7ff6
1 changed files with 0 additions and 1 deletions

View File

@ -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.