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

This commit is contained in:
aozima 2018-05-22 23:26:48 +08:00
parent 7be20be3e5
commit 0819abda7a
1 changed files with 8 additions and 0 deletions

View File

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