mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
fa94bd57b5
Zynq is based on an ARM Cortex-A9 MPCore, which features the arm_global_timer in its SCU. Therefore enable the timer for Zynq. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Michal Simek <michal.simek@xilinx.com>
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
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
|