commit | f6de257d251a3ea12836cd6a2d9935d03dfe5c40 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:42 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:12 2016 -0400 |
tree | 2b9ccdbb672d488f2803b3518bfa8ad785ce9f25 | |
parent | f2a8946803f7b8bd3dd3ac5ff3c6680b8677db03 [diff] [blame] |
Convert CONFIG_SPL_LIBDISK_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 9851ae8..953ea67 100644 --- a/arch/arm/cpu/armv7/omap5/Kconfig +++ b/arch/arm/cpu/armv7/omap5/Kconfig
@@ -15,6 +15,9 @@ config SPL_LIBCOMMON_SUPPORT default y +config SPL_LIBDISK_SUPPORT + default y + choice prompt "OMAP5 board select" optional