The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_SOC_SERIES_RCAR_GEN3

Renesas RCAR Gen3 Cortex R7

Type: bool

Help

Enable support for Renesas RCar Gen3 SoC series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At soc/arm/renesas_rcar/gen3/Kconfig.series:4

Included via Kconfig:8Kconfig.zephyr:28soc/Kconfig:6doc/_build/Kconfig/Kconfig.soc:1soc/arm/renesas_rcar/Kconfig.soc:7

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

config SOC_SERIES_RCAR_GEN3
    bool "Renesas RCAR Gen3 Cortex R7"
    select ARM
    select CPU_CORTEX_R7
    select GIC_V2
    select CPU_HAS_DCLS
    select SOC_FAMILY_RCAR
    select CLOCK_CONTROL_RCAR_CPG_MSSR if CLOCK_CONTROL
    depends on <choice>
    help
      Enable support for Renesas RCar Gen3 SoC series

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