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>
This commit is contained in:
parent
1953d4ad97
commit
f0a18a00f0
|
@ -4,7 +4,7 @@ menuconfig ARCH_GEMINI
|
||||||
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
||||||
select FARADAY_FTINTC010
|
select FARADAY_FTINTC010
|
||||||
select FTTMR010_TIMER
|
select FTTMR010_TIMER
|
||||||
select GPIO_GEMINI
|
select GPIO_FTGPIO010
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
select POWER_RESET
|
select POWER_RESET
|
||||||
select POWER_RESET_GEMINI_POWEROFF
|
select POWER_RESET_GEMINI_POWEROFF
|
||||||
|
|
Loading…
Reference in New Issue