CONFIG_GIC_SINGLE_SECURITY_STATE¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Some ARM Cortex-family processors only supports single security
state.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.gic:39
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:28
→ drivers/interrupt_controller/Kconfig:64
Menu path: (Top) → Device Drivers → Interrupt Controllers
config GIC_SINGLE_SECURITY_STATE
bool
depends on GIC_V3 && CPU_CORTEX
help
Some ARM Cortex-family processors only supports single security
state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)