:orphan: .. title:: CONFIG_GIC_V3 .. kconfig:: CONFIG_GIC_V3 CONFIG_GIC_V3 ############# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none The ARM Generic Interrupt Controller v3 (e.g. GIC-500 and GIC-600) 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_QEMU_CORTEX_A53 ` - \ :kconfig:`SOC_QEMU_CORTEX_A53 ` - \ :kconfig:`SOC_FVP_BASE_REVC_2XAEMV8A ` - \ :kconfig:`SOC_FVP_AEMV8R_AARCH64 ` - \ :kconfig:`SOC_BCM58402_A72 ` - \ :kconfig:`SOC_FVP_BASE_REVC_2XAEMV8A ` - \ :kconfig:`SOC_FVP_AEMV8R_AARCH64 ` - \ :kconfig:`SOC_BCM58402_A72 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:25`` 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_V3 bool select GIC depends on CPU_CORTEX help The ARM Generic Interrupt Controller v3 (e.g. GIC-500 and GIC-600) works with the ARM Cortex-family processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*