[KConfig] Add RT_LWIP_RAW and RT_LWIP_USING_RT_MEM configuration for LWIP.
This commit is contained in:
parent
9ff340f416
commit
053d18e704
|
@ -66,6 +66,10 @@ config RT_USING_LWIP
|
||||||
bool "TCP protocol"
|
bool "TCP protocol"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config RT_LWIP_RAW
|
||||||
|
bool "RAW protocol"
|
||||||
|
default n
|
||||||
|
|
||||||
config RT_LWIP_PPP
|
config RT_LWIP_PPP
|
||||||
bool "PPP protocol"
|
bool "PPP protocol"
|
||||||
default n
|
default n
|
||||||
|
@ -78,6 +82,10 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue