net: lwip: nfs: Add missing dependency

In order to use NFS with lwIP we need to select PROT_UDP_LWIP.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jerome Forissier <jerome.forissier@arm.com>
This commit is contained in:
Tom Rini
2026-03-20 14:53:29 -06:00
committed by Jerome Forissier
parent 803e5cc5f9
commit 078e2663e4

View File

@@ -2229,6 +2229,7 @@ config CMD_MDIO
config CMD_NFS
bool "nfs"
select PROT_UDP_LWIP if NET_LWIP
help
Boot image via network using NFS protocol.