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

Jerome Forissier jerome.forissier at linaro.org
Thu Oct 3 17:47:52 CEST 2024


Enable NET_LWIP by default for testing purposes.

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

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"
-- 
2.40.1



More information about the U-Boot mailing list