Update KConfig
This commit is contained in:
parent
8d169a8b19
commit
49aa0c468a
|
@ -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
|
||||||
|
@ -82,10 +82,6 @@ config RT_USING_LWIP
|
||||||
bool "PPPoS protocol"
|
bool "PPPoS protocol"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RT_LWIP_USING_RT_MEM
|
|
||||||
bool "Using RT-Thread Memory Management for LWIP"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config RT_LWIP_PBUF_NUM
|
config RT_LWIP_PBUF_NUM
|
||||||
int "the number of PBUF"
|
int "the number of PBUF"
|
||||||
default 16
|
default 16
|
||||||
|
@ -169,8 +165,11 @@ endmenu
|
||||||
|
|
||||||
source "$RTT_DIR/components/net/freemodbus/KConfig"
|
source "$RTT_DIR/components/net/freemodbus/KConfig"
|
||||||
|
|
||||||
|
if RT_USING_LWIP
|
||||||
config RT_USING_NETUTILS
|
config RT_USING_NETUTILS
|
||||||
bool "Enable net utils"
|
bool "Enable net utils"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in New Issue