forked from Minki/linux
16c86ef7fc
We cannot select the option when SERIAL_8250 is not also set: warning: (ARCH_GEMINI) selects SERIAL_OF_PLATFORM which has unmet direct dependencies (TTY && HAS_IOMEM && SERIAL_8250 && OF) This removes the 'select' statement, requiring that users enable the option manually. Alternatively, we could make it a conditional 'select SERIAL_OF_PLATFORM if SERIAL_8250' or also select a handful of other symbols that it depends on. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
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_FTGPIO010
|
|
select GPIOLIB
|
|
select POWER_RESET
|
|
select POWER_RESET_GEMINI_POWEROFF
|
|
select POWER_RESET_SYSCON
|
|
help
|
|
Support for the Cortina Systems Gemini family SoCs
|