summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:25 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:38:15 (GMT)
commit551c3934466503e6c8702df412e2a9ce574557e9 (patch)
tree921eea1da5d7230786e19ae3e31b8d466af08d60 /arch/Kconfig
parent520f556d0d6fac7bc442095815c4ba68efb719ca (diff)
downloadu-boot-551c3934466503e6c8702df412e2a9ce574557e9.tar.xz
Convert CONFIG_CMD_HASH to Kconfig
This converts the following to Kconfig: CONFIG_CMD_HASH Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Rework slightly, enable on some boards again] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 0682375..ed6b6a0 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -68,6 +68,7 @@ config SANDBOX
select DM_SPI
select DM_GPIO
select DM_MMC
+ imply CMD_HASH
config SH
bool "SuperH architecture"