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