162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciconfig ARCH_ZYNQ 362306a36Sopenharmony_ci bool "Xilinx Zynq ARM Cortex A9 Platform" 462306a36Sopenharmony_ci depends on ARCH_MULTI_V7 562306a36Sopenharmony_ci select ARCH_HAS_RESET_CONTROLLER 662306a36Sopenharmony_ci select ARM_AMBA 762306a36Sopenharmony_ci select ARM_GIC 862306a36Sopenharmony_ci select ARM_GLOBAL_TIMER 962306a36Sopenharmony_ci select CADENCE_TTC_TIMER 1062306a36Sopenharmony_ci select HAVE_ARM_SCU if SMP 1162306a36Sopenharmony_ci select HAVE_ARM_TWD if SMP 1262306a36Sopenharmony_ci select MFD_SYSCON 1362306a36Sopenharmony_ci select PINCTRL 1462306a36Sopenharmony_ci select PINCTRL_ZYNQ 1562306a36Sopenharmony_ci select SOC_BUS 1662306a36Sopenharmony_ci help 1762306a36Sopenharmony_ci Support for Xilinx Zynq ARM Cortex A9 Platform 18