:orphan: .. title:: GIC_SINGLE_SECURITY_STATE .. option:: 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 =================== \ :option:`GIC_V3 ` && \ :option:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_FVP_AEMV8R_AARCH64 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:65`` 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.)*