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 <Zephyr Driver>/interrupt_controller/Kconfig.gic:39
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:28 → <Zephyr Driver>/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.)