提交 b6fef984 编写于 作者: B Bernard Xiong

[lwIP] update Kconfig for DHCP/PPP

上级 616ce9f1
...@@ -55,10 +55,6 @@ config RT_USING_LWIP ...@@ -55,10 +55,6 @@ config RT_USING_LWIP
config IP_SOF_BROADCAST_RECV config IP_SOF_BROADCAST_RECV
int "SOF broadcast recv" int "SOF broadcast recv"
default 1 default 1
config LWIP_USING_DHCPD
bool "Enable DHCP server"
default n
endif endif
menu "Static IPv4 Address" menu "Static IPv4 Address"
...@@ -91,14 +87,16 @@ config RT_USING_LWIP ...@@ -91,14 +87,16 @@ config RT_USING_LWIP
bool "PPP protocol" bool "PPP protocol"
default n default n
config RT_LWIP_PPPOE if RT_LWIP_PPP
bool "PPPoE protocol" config RT_LWIP_PPPOE
default n bool "PPPoE protocol"
default n
config RT_LWIP_PPPOS
bool "PPPoS protocol" config RT_LWIP_PPPOS
default n bool "PPPoS protocol"
default n
endif
config RT_LWIP_PBUF_NUM config RT_LWIP_PBUF_NUM
int "the number of PBUF" int "the number of PBUF"
default 16 default 16
...@@ -183,6 +181,11 @@ endmenu ...@@ -183,6 +181,11 @@ endmenu
source "$RTT_DIR/components/net/freemodbus/Kconfig" source "$RTT_DIR/components/net/freemodbus/Kconfig"
if RT_USING_LWIP if RT_USING_LWIP
config LWIP_USING_DHCPD
bool "Enable DHCP server"
default n
config RT_USING_NETUTILS config RT_USING_NETUTILS
bool "Enable net utils" bool "Enable net utils"
default n default n
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册