From 16be2f963ba738fbc3c40ceca50fd45822c732ef Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 6 May 2024 16:56:31 +0200 Subject: [PATCH] fix(eppp): Fixed to select PPP LWIP opts which are OFF by default --- components/eppp_link/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/eppp_link/Kconfig b/components/eppp_link/Kconfig index 4327cba33..237624579 100644 --- a/components/eppp_link/Kconfig +++ b/components/eppp_link/Kconfig @@ -1,5 +1,11 @@ menu "eppp_link" + config EPPP_LINK_USES_LWIP + bool + default "y" + select LWIP_PPP_SUPPORT + select LWIP_PPP_SERVER_SUPPORT + choice EPPP_LINK_DEVICE prompt "Choose PPP device" default EPPP_LINK_DEVICE_UART