[KConfig] Add RT_USING_NETUTILS configuration for network.

This commit is contained in:
armink 2017-10-05 15:24:45 +08:00
parent 053d18e704
commit fdd0ffb182
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
menu "Network stack" menu "Network stack"
menu "light weight TCP/IP stack" menu "Light weight TCP/IP stack"
config RT_USING_LWIP config RT_USING_LWIP
bool "Enable lwIP stack" bool "Enable lwIP stack"
default n default n
@ -169,4 +169,8 @@ endmenu
source "$RTT_DIR/components/net/freemodbus/KConfig" source "$RTT_DIR/components/net/freemodbus/KConfig"
config RT_USING_NETUTILS
bool "Enable net utils"
default n
endmenu endmenu