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

Simon Glass sjg at chromium.org
Thu Aug 29 16:05:05 CEST 2024


Hi Jerome,

On Fri, 23 Aug 2024 at 07:50, Jerome Forissier
<jerome.forissier at linaro.org> wrote:
>
> Enable NET_LWIP by default for testing purposes. SANDBOX doesn't support
> NET_LWIP so default to NET in this case.

Sandbox needs to support NET_LWIP.

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

Regards,
Simon


More information about the U-Boot mailing list