-
CONFIG_GIC_V1
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the ARM Cortex-family processors.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/interrupt_controller/Kconfig.gic:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/interrupt_controller/Kconfig:63
Menu path: (Top) → Device Drivers → Interrupt Controllers
config GIC_V1 bool selectGIC
depends onCPU_CORTEX
help The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the ARM Cortex-family processors.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)