CONFIG_GIC_SINGLE_SECURITY_STATE
(No prompt – not directly user assignable.)
Type: bool
Help
Some ARM Cortex-family processors only supports single security
state.
Direct dependencies
GIC_V3
&& CPU_CORTEX
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/drivers/interrupt_controller/Kconfig.gic:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/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.)