diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
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" |