Ver código fonte

Update KConfig

Bernard Xiong 7 anos atrás
pai
commit
49aa0c468a
1 arquivos alterados com 4 adições e 5 exclusões
  1. 4 5
      components/net/KConfig

+ 4 - 5
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
@@ -82,10 +82,6 @@ config RT_USING_LWIP
             bool "PPPoS protocol"
             default n
 
-        config RT_LWIP_USING_RT_MEM
-            bool "Using RT-Thread Memory Management for LWIP"
-            default y
-        
         config RT_LWIP_PBUF_NUM
             int "the number of PBUF"
             default 16
@@ -169,8 +165,11 @@ endmenu
 
 source "$RTT_DIR/components/net/freemodbus/KConfig"
 
+if RT_USING_LWIP
 config RT_USING_NETUTILS
     bool "Enable net utils"
     default n
 
+#endif
+
 endmenu