From 0819abda7a4a9d285822a726702712e9ead727ed Mon Sep 17 00:00:00 2001 From: aozima Date: Tue, 22 May 2018 23:26:48 +0800 Subject: [PATCH] [lwip] update Kconfig: add erx/etx thread config. --- components/net/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/net/Kconfig b/components/net/Kconfig index 58a327ee1e..2fa1dccf6e 100644 --- a/components/net/Kconfig +++ b/components/net/Kconfig @@ -145,6 +145,14 @@ config RT_USING_LWIP int "the stack size of lwIP thread" default 1024 + config LWIP_NO_RX_THREAD + bool "Not use Rx thread" + default n + + config LWIP_NO_TX_THREAD + bool "Not use Tx thread" + default n + config RT_LWIP_ETHTHREAD_PRIORITY int "the priority level value of ethernet thread" default 12 -- GitLab