From fdd0ffb182c183c50c6f6c5a5b67bf08a3ed71fe Mon Sep 17 00:00:00 2001 From: armink Date: Thu, 5 Oct 2017 15:24:45 +0800 Subject: [PATCH] [KConfig] Add RT_USING_NETUTILS configuration for network. --- components/net/KConfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/net/KConfig b/components/net/KConfig index df9bfe51b2..d2af79c837 100644 --- a/components/net/KConfig +++ b/components/net/KConfig @@ -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