:orphan: .. title:: CONFIG_SOC_SERIES_XILINX_XC7ZXXXS .. kconfig:: CONFIG_SOC_SERIES_XILINX_XC7ZXXXS CONFIG_SOC_SERIES_XILINX_XC7ZXXXS ################################# *Xilinx Zynq-7000S (XC7ZxxxS) SoC series* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Xilinx Zynq-7000S (XC7ZxxxS) SoC series (single core ARM Cortex-A9). Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`SOC_FAMILY_XILINX_ZYNQ7000 ` - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_A9 ` - \ :kconfig:`GIC_V1 ` - \ :kconfig:`ARM_ARCH_TIMER_ERRATUM_740657 ` if \ :kconfig:`ARM_ARCH_TIMER ` Kconfig definition ================== At ``/arm/xilinx_zynq7000/xc7zxxxs/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` → ``/arm/xilinx_zynq7000/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_XILINX_XC7ZXXXS bool "Xilinx Zynq-7000S (XC7ZxxxS) 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 help Enable support for the Xilinx Zynq-7000S (XC7ZxxxS) SoC series (single core ARM Cortex-A9). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*