[PATCH] net: lwip: nfs: Add missing dependency

Tom Rini trini at konsulko.com
Fri Mar 20 21:53:29 CET 2026


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(+)

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



More information about the U-Boot mailing list