CONFIG_GIC_V3¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
The ARM Generic Interrupt Controller v3 (e.g. GIC-500 and GIC-600)
works with the ARM Cortex-family processors.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.gic:25
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:28
→ drivers/interrupt_controller/Kconfig:64
Menu path: (Top) → Device Drivers → Interrupt Controllers
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.)