diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-03-13 00:18:41 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-22 12:14:37 +0100 |
commit | f0a18a00f0ed9492df54c02ffcdbcfb0218beb54 (patch) | |
tree | 95c642d594e7194dccc6e25845883e3bf07f1871 /arch/arm/mach-gemini | |
parent | 1953d4ad9703cee288ef3eb11d964c627dddc5d6 (diff) | |
download | linux-f0a18a00f0ed9492df54c02ffcdbcfb0218beb54.tar.gz linux-f0a18a00f0ed9492df54c02ffcdbcfb0218beb54.tar.bz2 linux-f0a18a00f0ed9492df54c02ffcdbcfb0218beb54.zip |
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 <jonas.jensen@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-gemini')
-rw-r--r-- | arch/arm/mach-gemini/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |