:orphan: .. title:: CONFIG_ARC_HAS_SECURE .. kconfig:: CONFIG_ARC_HAS_SECURE CONFIG_ARC_HAS_SECURE ##################### *ARC has SecureShield* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when ARC core supports secure mode Direct dependencies =================== \ :kconfig:`ISA_ARCV2 ` && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_HAS_TEE ` - \ :kconfig:`ARCH_HAS_TRUSTED_EXECUTION ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_EMSDP_EM7D_ESP ` - \ :kconfig:`SOC_NSIM_SEM ` - \ :kconfig:`SOC_EMSDP_EM7D_ESP ` - \ :kconfig:`SOC_NSIM_SEM ` Kconfig definition ================== At ``/arc/Kconfig:272`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig config ARC_HAS_SECURE bool "ARC has SecureShield" select CPU_HAS_TEE select ARCH_HAS_TRUSTED_EXECUTION depends on ISA_ARCV2 && ARC help This option is enabled when ARC core supports secure mode *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*