From 7d0f5c1300555101e1625ed7256ee6c3502e8482 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:36 -0600 Subject: Convert CONFIG_CMD_IOTRACE to Kconfig This converts the following to Kconfig: CONFIG_CMD_IOTRACE Signed-off-by: Simon Glass --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/Kconfig') 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" -- cgit v1.2.3