:orphan: .. title:: CONFIG_GIC_V2 .. kconfig:: CONFIG_GIC_V2 CONFIG_GIC_V2 ############# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the ARM Cortex-family processors. Direct dependencies =================== \ :kconfig:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`GIC ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` - \ :kconfig:`SOC_XENVM ` - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` - \ :kconfig:`SOC_XENVM ` - \ :kconfig:`SOC_LS1046A ` - \ :kconfig:`SOC_LS1046A ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:64`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config GIC_V2 bool select GIC depends on CPU_CORTEX help The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the ARM Cortex-family processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*