1#
2# Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG
3# SPDX-License-Identifier: Apache-2.0
4#
5
6config SOC_SERIES_XILINX_XC7ZXXXS
7	bool "Xilinx Zynq-7000S (XC7ZxxxS) SoC series"
8	select SOC_FAMILY_XILINX_ZYNQ7000
9	select ARM
10	select CPU_CORTEX_A9
11	select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
12	help
13	  Enable support for the Xilinx Zynq-7000S (XC7ZxxxS)
14	  SoC series (single core ARM Cortex-A9).
15