Skip to content

Commit

Permalink
ARM: gemini: select the right GPIO block
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Mar 22, 2017
1 parent 1953d4a commit f0a18a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-gemini/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0a18a0

Please sign in to comment.