• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2config ARCH_TANGO
3	bool "Sigma Designs Tango4 (SMP87xx)"
4	depends on ARCH_MULTI_V7
5	# Cortex-A9 MPCore r3p0, PL310 r3p2
6	select ARM_ERRATA_754322
7	select ARM_ERRATA_764369 if SMP
8	select ARM_ERRATA_775420
9	select ARM_GIC
10	select CLKSRC_TANGO_XTAL
11	select HAVE_ARM_SCU
12	select HAVE_ARM_TWD
13	select TANGO_IRQ
14