From 053d18e70495a0f3e5fe648b680b8e5a2875b956 Mon Sep 17 00:00:00 2001 From: armink Date: Thu, 5 Oct 2017 15:07:17 +0800 Subject: [PATCH] [KConfig] Add RT_LWIP_RAW and RT_LWIP_USING_RT_MEM configuration for LWIP. --- components/net/KConfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/net/KConfig b/components/net/KConfig index 0154d0e7f1..df9bfe51b2 100644 --- a/components/net/KConfig +++ b/components/net/KConfig @@ -65,6 +65,10 @@ config RT_USING_LWIP config RT_LWIP_TCP bool "TCP protocol" default y + + config RT_LWIP_RAW + bool "RAW protocol" + default n config RT_LWIP_PPP bool "PPP protocol" @@ -78,6 +82,10 @@ config RT_USING_LWIP bool "PPPoS protocol" default n + config RT_LWIP_USING_RT_MEM + bool "Using RT-Thread Memory Management for LWIP" + default y + config RT_LWIP_PBUF_NUM int "the number of PBUF" default 16