:orphan: .. title:: CONFIG_GIC_SINGLE_SECURITY_STATE .. kconfig:: CONFIG_GIC_SINGLE_SECURITY_STATE CONFIG_GIC_SINGLE_SECURITY_STATE ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Some ARM Cortex-family processors only supports single security state. Direct dependencies =================== \ :kconfig:`GIC_V3 ` && \ :kconfig:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_FVP_AEMV8R_AARCH64 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:64`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*