You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
364 B
14 lines
364 B
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_OPP
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select ICST
|
|
select CADENCE_TTC_TIMER
|
|
select ARM_GLOBAL_TIMER if !CPU_FREQ
|
|
select MFD_SYSCON
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|
|
|