summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:34 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 12:45:29 -0400
commit594e8d1c62128fc8391dc9c5649d364e4f69f028 (patch)
tree9f8c8d576f4261dbcbce8ac53bce3cf68402a672 /arch/Kconfig
parent56aa7dcbdba6942729d9aa4b84fc489a510f0057 (diff)
Convert CONFIG_CMD_IO to Kconfig
This converts the following to Kconfig: CONFIG_CMD_IO Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index ed6b6a0a85..a8a13b79f4 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -69,6 +69,7 @@ config SANDBOX
select DM_GPIO
select DM_MMC
imply CMD_HASH
+ imply CMD_IO
config SH
bool "SuperH architecture"
@@ -89,6 +90,7 @@ config X86
select DM_MMC if MMC
imply CMD_FPGA_LOADMK
imply CMD_GETTIME
+ imply CMD_IO
config XTENSA
bool "Xtensa architecture"