https://github.com/torvalds/linux
Raw File
Tip revision: 319e2e3f63c348a9b66db4667efa73178e18b17d authored by Linus Torvalds on 15 December 2013, 20:31:33 UTC
Linux 3.13-rc4
Tip revision: 319e2e3
Kconfig
config ARCH_ZYNQ
	bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
	select ARM_AMBA
	select ARM_GIC
	select COMMON_CLK
	select CPU_V7
	select GENERIC_CLOCKEVENTS
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select ICST
	select MIGHT_HAVE_CACHE_L2X0
	select USE_OF
	select HAVE_SMP
	select SPARSE_IRQ
	select CADENCE_TTC_TIMER
	select ARM_GLOBAL_TIMER
	help
	  Support for Xilinx Zynq ARM Cortex A9 Platform
back to top