Skip to content

Commit 16be2f9

Browse files
committed
fix(eppp): Fixed to select PPP LWIP opts which are OFF by default
1 parent d786f0d commit 16be2f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/eppp_link/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
menu "eppp_link"
22

3+
config EPPP_LINK_USES_LWIP
4+
bool
5+
default "y"
6+
select LWIP_PPP_SUPPORT
7+
select LWIP_PPP_SERVER_SUPPORT
8+
39
choice EPPP_LINK_DEVICE
410
prompt "Choose PPP device"
511
default EPPP_LINK_DEVICE_UART

0 commit comments

Comments
 (0)