aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-25 19:16:48 +0900
committerTom Rini <trini@konsulko.com>2018-04-28 10:42:35 -0400
commitc4f668320a2a8fe65de259917fc9687437f10cd9 (patch)
tree0f053e61d75985570fda23ff856c499cf80f3b34 /Kconfig
parent7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 (diff)
downloadu-boot-midas-c4f668320a2a8fe65de259917fc9687437f10cd9.tar.gz
u-boot-midas-c4f668320a2a8fe65de259917fc9687437f10cd9.tar.bz2
u-boot-midas-c4f668320a2a8fe65de259917fc9687437f10cd9.zip
distro: select CMD_ENV_EXISTS
'env exists' is used for scripting in include/config_distro_bootcmd.h This command is available only when CONFIG_CMD_ENV_EXISTS is enabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index b5f7450ba6..37331d289a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -74,6 +74,7 @@ config DISTRO_DEFAULTS
select CMD_DHCP if CMD_NET
select CMD_PING if CMD_NET
select CMD_PXE if NET
+ select CMD_ENV_EXISTS
select CMD_EXT2
select CMD_EXT4
select CMD_FAT