commit | 3bebbe6c555a1b081acac476a075f99a801e996c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:34 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:29 2017 -0400 |
tree | 9f8c8d576f4261dbcbce8ac53bce3cf68402a672 | |
parent | 5a22b3c72953438faf865f186507cd1dc32e7466 [diff] [blame] |
Convert CONFIG_CMD_IO to Kconfig This converts the following to Kconfig: CONFIG_CMD_IO Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index ed6b6a0..a8a13b7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -69,6 +69,7 @@ select DM_GPIO select DM_MMC imply CMD_HASH + imply CMD_IO config SH bool "SuperH architecture" @@ -89,6 +90,7 @@ select DM_MMC if MMC imply CMD_FPGA_LOADMK imply CMD_GETTIME + imply CMD_IO config XTENSA bool "Xtensa architecture"