mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
8907dbaa36
Merge in cleanup to avoid internal conflicts with newly added code. * treewide/cleanup: ARM: use "depends on" for SoC configs instead of "if" after prompt ARM/clocksource: use automatic DT probing for ux500 PRCMU ARM: use const and __initconst for smp_operations ARM: hisi: do not export smp_operations structures Signed-off-by: Olof Johansson <olof@lixom.net>
19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform"
|
|
depends on ARCH_MULTI_V7
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_GLOBAL_TIMER if !CPU_FREQ
|
|
select CADENCE_TTC_TIMER
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select ICST
|
|
select MFD_SYSCON
|
|
select PINCTRL
|
|
select PINCTRL_ZYNQ
|
|
select SOC_BUS
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|