990591ee39
This platform was recently added, so missed the global fixup by
commit e324654294
("ARM: use "depends on" for SoC configs instead
of "if" after prompt"). Fix it now.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
config ARCH_TANGO
|
|
bool "Sigma Designs Tango4 (SMP87xx)"
|
|
depends on ARCH_MULTI_V7
|
|
# Cortex-A9 MPCore r3p0, PL310 r3p2
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARM_ERRATA_754322
|
|
select ARM_ERRATA_764369 if SMP
|
|
select ARM_ERRATA_775420
|
|
select ARM_GIC
|
|
select CLKSRC_TANGO_XTAL
|
|
select HAVE_ARM_SCU
|
|
select HAVE_ARM_TWD
|
|
select TANGO_IRQ
|