CONFIG_SOC_SERIES_XILINX_XC7ZXXX

Xilinx Zynq-7000 (XC7Zxxx) SoC series

Type: bool

Help

Enable support for the Xilinx Zynq-7000 (XC7Zxxx)
SoC series (dual core ARM Cortex-A9).

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <SoC>/arm/xilinx_zynq7000/xc7zxxx/Kconfig.series:6

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:9<SoC>/arm/xilinx_zynq7000/Kconfig.soc:6

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_XILINX_XC7ZXXX
    bool "Xilinx Zynq-7000 (XC7Zxxx) SoC series"
    select SOC_FAMILY_XILINX_ZYNQ7000
    select ARM
    select CPU_CORTEX_A9
    select GIC_V1
    select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
    depends on <choice>
    help
      Enable support for the Xilinx Zynq-7000 (XC7Zxxx)
      SoC series (dual core ARM Cortex-A9).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)