From cc4288ef42be5bf70e7dc0fa5eb977cb4a6e894e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:43 -0600 Subject: Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- arch/arm/mach-exynos/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-exynos/Kconfig') diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index bf733784a8..ce2a16f95b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -67,6 +67,9 @@ config SPL_GPIO_SUPPORT config SPL_LIBCOMMON_SUPPORT default y +config SPL_LIBGENERIC_SUPPORT + default y + choice prompt "EXYNOS5 board select" -- cgit v1.2.1