[PATCH v9 35/37] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX

Jerome Forissier jerome.forissier at linaro.org
Fri Aug 23 15:48:39 CEST 2024


Enable NET_LWIP by default for testing purposes. SANDBOX doesn't support
NET_LWIP so default to NET in this case.

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

diff --git a/Kconfig b/Kconfig
index 6657b9e5e30..2b316afa542 100644
--- a/Kconfig
+++ b/Kconfig
@@ -749,6 +749,7 @@ menu Networking
 
 choice
 	prompt "Networking stack"
+	default NET_LWIP if !SANDBOX
 	default NET
 
 config NO_NET
-- 
2.40.1



More information about the U-Boot mailing list