commit | 0d7c7e0a447829b8505a1d363d4813a7e6caccf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:54 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:18 2016 -0400 |
tree | 705e9796ea731f445fdb1e2929da76891d07c92b | |
parent | 771d565fafdd59b33aa190609a4cd626de607276 [diff] [blame] |
Convert CONFIG_SPL_POWER_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/cpu/armv7/omap5/Kconfig b/arch/arm/cpu/armv7/omap5/Kconfig index 3186202..b8e9fe2 100644 --- a/arch/arm/cpu/armv7/omap5/Kconfig +++ b/arch/arm/cpu/armv7/omap5/Kconfig
@@ -27,6 +27,9 @@ config SPL_NAND_SUPPORT default y +config SPL_POWER_SUPPORT + default y + choice prompt "OMAP5 board select" optional