From 53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:39 -0600 Subject: Convert CONFIG_SPL_GPIO_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') diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index c25fcf3f9f..d4a5bc9a44 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -61,6 +61,9 @@ endif if ARCH_EXYNOS5 +config SPL_GPIO_SUPPORT + default y + choice prompt "EXYNOS5 board select" -- cgit v1.2.3