This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 0d516c7ff68e4f277ae458d375899e2f61290dc9 Author: Xiang Xiao <[email protected]> AuthorDate: Sun Nov 20 07:07:36 2022 +0800 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 <[email protected]> --- net/tcp/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/net/tcp/Kconfig b/net/tcp/Kconfig index 6c0d6403ca..bea9f5159f 100644 --- a/net/tcp/Kconfig +++ b/net/tcp/Kconfig @@ -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.
