Kconfig 608 字节
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
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

M
mamingshuai 已提交
28 29 30 31
config NET_LWIP_SACK_2_0
    bool "Enable Lwipsack (2.0)"
    depends on NET_LWIP_SACK

W
wenjun 已提交
32 33 34 35 36
endchoice
endmenu