summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2019-04-16 12:44:13 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-04 15:52:41 +0800
commita1934fb0d565475eea1a407708501a07d8d34c7e (patch)
tree807b8d2d410fe482701cfef1be11c1c656caec55 /Kconfig
parent2f050c8778a88621c1e198209b7aa7863b46db41 (diff)
downloadu-boot-socfpga-a1934fb0d565475eea1a407708501a07d8d34c7e.tar.gz
Kconfig: distro: Use imply instead of select for CMD_FAT
Using imply instead of select for CMD_FAT so overwritten is allowed in later configuration. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index c8c22555a9..cdf41f183f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -201,7 +201,7 @@ config DISTRO_DEFAULTS
select CMD_ENV_EXISTS
select CMD_EXT2
select CMD_EXT4
- select CMD_FAT
+ imply CMD_FAT
select CMD_FS_GENERIC
select CMD_PART if PARTITIONS
select CMD_PING if CMD_NET