1config ARCH_ZYNQ 2 bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7 3 select ARM_AMBA 4 select ARM_GIC 5 select COMMON_CLK 6 select CPU_V7 7 select GENERIC_CLOCKEVENTS 8 select ICST 9 select MIGHT_HAVE_CACHE_L2X0 10 select USE_OF 11 select SPARSE_IRQ 12 help 13 Support for Xilinx Zynq ARM Cortex A9 Platform 14