瀏覽代碼

[lwip] update Kconfig: add erx/etx thread config.

aozima 7 年之前
父節點
當前提交
0819abda7a
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      components/net/Kconfig

+ 8 - 0
components/net/Kconfig

@@ -145,6 +145,14 @@ config RT_USING_LWIP
             int "the stack size of lwIP thread"
             int "the stack size of lwIP thread"
             default 1024
             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
         config RT_LWIP_ETHTHREAD_PRIORITY
             int "the priority level value of ethernet thread"
             int "the priority level value of ethernet thread"
             default 12
             default 12