commit | 62adede09600c501f32f08f51c31818333fba751 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 23 13:31:19 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 25 16:43:48 2017 -0500 |
tree | 5fdfb50ec403b68d91cacfb4bb26926a5a9e9bc0 | |
parent | 6032f453f19dc66d75f178ac24aded15756bb31d [diff] [blame] |
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig This converts the following to Kconfig: CONFIG_ARCH_EARLY_INIT_R Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index bb1a818..0b64e1d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -12,6 +12,7 @@ bool "ARC architecture" select HAVE_PRIVATE_LIBGCC select SUPPORT_OF_CONTROL + select ARCH_EARLY_INIT_R config ARM bool "ARM architecture"