1menu "Net Modules Configuration" 2 3config OS_SUPPORT_NET 4 bool "Whether support net module or not" 5 default n 6 7menu "Net features configuration" 8 depends on OS_SUPPORT_NET 9 10config LWIP_DHCP 11 int "Eable LWIP DHCP" 12 default 0 13 14config LWIP_IPV6 15 int "Enable LWIP IPV6" 16 default 1 17 18endmenu 19endmenu 20