2017-01-22 00:43:08 +03:00
|
|
|
menuconfig ARCH_GEMINI
|
|
|
|
bool "Cortina Systems Gemini"
|
|
|
|
depends on ARCH_MULTI_V4
|
|
|
|
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
|
|
|
select FARADAY_FTINTC010
|
|
|
|
select FTTMR010_TIMER
|
2017-03-13 02:18:41 +03:00
|
|
|
select GPIO_FTGPIO010
|
2017-01-22 00:43:08 +03:00
|
|
|
select GPIOLIB
|
|
|
|
select POWER_RESET
|
2017-01-30 22:13:34 +03:00
|
|
|
select POWER_RESET_GEMINI_POWEROFF
|
2017-01-22 00:43:08 +03:00
|
|
|
select POWER_RESET_SYSCON
|
|
|
|
help
|
|
|
|
Support for the Cortina Systems Gemini family SoCs
|