[PATCH] net: lwip: nfs: Add missing dependency
Jerome Forissier
jerome.forissier at arm.com
Mon Mar 23 08:35:05 CET 2026
On 20/03/2026 21:53, Tom Rini wrote:
> In order to use NFS with lwIP we need to select PROT_UDP_LWIP.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Jerome Forissier <jerome.forissier at arm.com>
> ---
> cmd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Jerome Forissier <jerome.forissier at arm.com>
Thanks,
--
Jerome
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 667c4e0ae811..f459f6b029c2 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2221,6 +2221,7 @@ config CMD_MDIO
>
> config CMD_NFS
> bool "nfs"
> + select PROT_UDP_LWIP if NET_LWIP
> help
> Boot image via network using NFS protocol.
>
More information about the U-Boot
mailing list