blob: a5ee5fbab796bd57dc605ed800cd9122980fd9b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
select GPIO_GEMINI
select GPIOLIB
select POWER_RESET
select POWER_RESET_SYSCON
select SERIAL_OF_PLATFORM
help
Support for the Cortina Systems Gemini family SoCs
|