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 <[email protected]> --- 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

