:orphan: .. title:: GIC_V2 .. option:: CONFIG_GIC_V2 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the ARM Cortex-family processors. Direct dependencies =================== \ :option:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`GIC ` Symbols that select this symbol =============================== - \ :option:`SOC_XENVM ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.gic:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:65`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config GIC_V2 bool select \ :option:`GIC ` depends on \ :option:`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.)*