commit | 30daabcd8f2b07fd0a102b0360b6ca71a23dcbea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:36 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:30 2017 -0400 |
tree | 1890439fb1ebb68ffa78ed87e142ef260fb14ef2 | |
parent | ec10c01afb51aaf27e5b7addd8e2b977a44f6339 [diff] [blame] |
Convert CONFIG_CMD_IOTRACE to Kconfig This converts the following to Kconfig: CONFIG_CMD_IOTRACE Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index a8a13b7..c1b47b4 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -70,6 +70,7 @@ select DM_MMC imply CMD_HASH imply CMD_IO + imply CMD_IOTRACE config SH bool "SuperH architecture"