diff options
| author | Andrew Davis <[email protected]> | 2023-07-25 10:54:15 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-02-08 14:42:56 -0500 |
| commit | f2ae98a68256cacab4f636b8477a8114db53a0ae (patch) | |
| tree | 4b4cc21df4628e5bb9f0c37247644cdd8da2ca9e | |
| parent | 2b51069b7c5a8331ed4a6eb641e66466f062b06a (diff) | |
ti: keystone2: Imply NFS command support
TI KS2 boards have the nfs command in their common environment boot
configuration, enable this command.
Signed-off-by: Andrew Davis <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef48864b4ae..6d971362c28 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -792,6 +792,7 @@ config ARCH_KEYSTONE select SYS_ARCH_TIMER select SYS_THUMB_BUILD imply CMD_MTDPARTS + imply CMD_NFS imply CMD_SAVES imply FIT |
