summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 12:25:36 +0300
committerTom Rini <trini@konsulko.com>2017-05-22 19:45:30 +0300
commit7d0f5c1300555101e1625ed7256ee6c3502e8482 (patch)
tree1890439fb1ebb68ffa78ed87e142ef260fb14ef2 /arch/Kconfig
parent070f3168fa93f205af3c4c971a307ed8325e7754 (diff)
downloadu-boot-7d0f5c1300555101e1625ed7256ee6c3502e8482.tar.xz
Convert CONFIG_CMD_IOTRACE to Kconfig
This converts the following to Kconfig: CONFIG_CMD_IOTRACE Signed-off-by: Simon Glass <sjg@chromium.org>
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 a8a13b79f4..c1b47b4eda 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -70,6 +70,7 @@ config SANDBOX
select DM_MMC
imply CMD_HASH
imply CMD_IO
+ imply CMD_IOTRACE
config SH
bool "SuperH architecture"