ARM: gemini: tag the arch as having reset controller
This arch has a reset controller so make this selectable. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
5771a8c088
commit
b4814d4ded
|
@ -1,6 +1,7 @@
|
||||||
menuconfig ARCH_GEMINI
|
menuconfig ARCH_GEMINI
|
||||||
bool "Cortina Systems Gemini"
|
bool "Cortina Systems Gemini"
|
||||||
depends on ARCH_MULTI_V4
|
depends on ARCH_MULTI_V4
|
||||||
|
select ARCH_HAS_RESET_CONTROLLER
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue