From: Linus Walleij Date: Sun, 12 Mar 2017 23:18:41 +0000 (+0100) Subject: ARM: gemini: select the right GPIO block X-Git-Tag: v4.12-rc1~57^2~8^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f0a18a00f0ed9492df54c02ffcdbcfb0218beb54;p=uclinux-h8%2Flinux.git ARM: gemini: select the right GPIO block We want to select the GPIO_FTGPIO010 symbol for the generic Faraday FTGPIO010 driver, not the old driver. Cc: Jonas Jensen Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 2dd8bc720089..eaae82637da3 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -4,7 +4,7 @@ menuconfig ARCH_GEMINI select ARM_APPENDED_DTB # Old Redboot bootloaders deployed select FARADAY_FTINTC010 select FTTMR010_TIMER - select GPIO_GEMINI + select GPIO_FTGPIO010 select GPIOLIB select POWER_RESET select POWER_RESET_GEMINI_POWEROFF