diff options
author | Simon Glass | 2017-08-04 16:34:47 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 15:41:57 -0400 |
commit | 2a728f3a1e3fd6f0483af822d5063766a3344ef2 (patch) | |
tree | 5047ff420e7896669507898f62049e4999acbbe6 /arch/sh/Kconfig | |
parent | 719d36ee36db92221e86b37edd1f7b922bde4f9d (diff) |
Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SH_ZIMAGEBOOT
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1d40fe6845e..fa32df02fc4 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -128,6 +128,8 @@ config SYS_CPU default "sh3" if CPU_SH3 default "sh4" if CPU_SH4 +source "arch/sh/lib/Kconfig" + source "board/alphaproject/ap_sh4a_4a/Kconfig" source "board/espt/Kconfig" source "board/mpr2/Kconfig" |