[PATCH v10 25/25] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX
Jerome Forissier
jerome.forissier at linaro.org
Fri Sep 6 14:33:41 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 35e34e16789..e3796e397a1 100644
--- a/Kconfig
+++ b/Kconfig
@@ -756,6 +756,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