Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.17 14 lines 377 B view raw
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 ARCH_HAS_HOLES_MEMORYMODEL 7 select ARM_ERRATA_754322 8 select ARM_ERRATA_764369 if SMP 9 select ARM_ERRATA_775420 10 select ARM_GIC 11 select CLKSRC_TANGO_XTAL 12 select HAVE_ARM_SCU 13 select HAVE_ARM_TWD 14 select TANGO_IRQ