diff mbox series

[v11,29/29,TESTING] Kconfig: enable NET_LWIP by default

Message ID 98207226ad5531b97db1b3a8d798fa9f94877ce9.1727968902.git.jerome.forissier@linaro.org
State New
Headers show
Series Introduce the lwIP network stack | expand

Commit Message

Jerome Forissier Oct. 3, 2024, 3:47 p.m. UTC
Enable NET_LWIP by default for testing purposes.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 9e3a55798f9..0ee281b4574 100644
--- a/Kconfig
+++ b/Kconfig
@@ -756,7 +756,7 @@  menu Networking
 
 choice
 	prompt "Networking stack"
-	default NET
+	default NET_LWIP
 
 config NO_NET
 	bool "No networking support"