mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[KConfig] Add RT_USING_NETUTILS configuration for network.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
menu "Network stack"
|
||||
|
||||
menu "light weight TCP/IP stack"
|
||||
menu "Light weight TCP/IP stack"
|
||||
config RT_USING_LWIP
|
||||
bool "Enable lwIP stack"
|
||||
default n
|
||||
@@ -169,4 +169,8 @@ endmenu
|
||||
|
||||
source "$RTT_DIR/components/net/freemodbus/KConfig"
|
||||
|
||||
config RT_USING_NETUTILS
|
||||
bool "Enable net utils"
|
||||
default n
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user