kernel_liteos_a/net/Kconfig

37 lines
608 B
Plaintext
Raw Normal View History

2020-09-08 10:21:39 +08:00
menu "Net"
#config NET_LWIP
# bool "Enable Lwip"
# default y
# help
# extend kernel include runstop, dynload, scatter and cppsupport.
# It can support all or some.
config NET_LWIP_SACK
bool "Enable Lwipsack"
default y
help
Answer Y to enable LiteOS support lwip.
choice
depends on NET_LWIP_SACK
prompt "Lwipsack"
default y
help
Enable Lwipsack for 2.x
config NET_LWIP_SACK_2_1
bool "Enable Lwipsack (2.1)"
depends on NET_LWIP_SACK
2021-03-11 18:43:57 +08:00
config NET_LWIP_SACK_2_0
bool "Enable Lwipsack (2.0)"
depends on NET_LWIP_SACK
2020-09-08 10:21:39 +08:00
endchoice
endmenu