diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:11 -0400 |
commit | 77d2f7f5070c7def29d433096f4cee57eeddbd23 (patch) | |
tree | 5b35f892d31b66d154b018a59cb304e15ee0b4f4 /arch/arm/mach-exynos | |
parent | 9c21df15474b9f722822a95d334796cd97b3448b (diff) | |
download | u-boot-77d2f7f5070c7def29d433096f4cee57eeddbd23.tar.gz |
Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index d4a5bc9a44..bf733784a8 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -64,6 +64,9 @@ if ARCH_EXYNOS5 config SPL_GPIO_SUPPORT default y +config SPL_LIBCOMMON_SUPPORT + default y + choice prompt "EXYNOS5 board select" |