From: Neha Malcom Francis Date: Fri, 29 Nov 2024 11:03:32 +0000 (+0530) Subject: board: ti: common: Kconfig: Add CMD_NFS X-Git-Tag: v2025.04-rc1~17^2~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea20dfcb97b9a4f55282023865ec15bb66c7a31;p=pandora-u-boot.git board: ti: common: Kconfig: Add CMD_NFS Add CMD_NFS to list of configs implied by CONFIG_TI_COMMON_CMD_OPTIONS. This allows network booting via the NFS protocol from the U-Boot prompt. Fixes: 10de12570799 ("disable NFS support by default") Signed-off-by: Neha Malcom Francis --- diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index de44e4de211..821f02b09fc 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig @@ -41,6 +41,7 @@ config TI_COMMON_CMD_OPTIONS imply CMD_I2C imply CMD_MII imply CMD_MMC + imply CMD_NFS imply CMD_PART imply CMD_PING imply CMD_PMIC if DM_PMIC