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: 10de125707 ("disable NFS support by default")
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
(cherry picked from commit 5ea20dfcb9)
This commit is contained in:
Neha Malcom Francis
2024-11-29 16:33:32 +05:30
committed by Simon Glass
parent 9512b75456
commit 9f19f02ad5

View File

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