commit | 4585601ae2147730fcf342ed9b57a2c684503490 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 23 13:31:21 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 25 17:38:41 2017 -0500 |
tree | 3b1279e8912899a095cc0166f5c4f617922145df | |
parent | a5d67547dd9c7a527dfda1967010e703a22441ff [diff] [blame] |
Convert CONFIG_ARCH_MISC_INIT to Kconfig This converts the following to Kconfig: CONFIG_ARCH_MISC_INIT Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index 0b64e1d..76c690f 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -26,6 +26,7 @@ config BLACKFIN bool "Blackfin architecture" + select ARCH_MISC_INIT config M68K bool "M68000 architecture"