:orphan: .. title:: ARM_TRUSTZONE_M .. option:: CONFIG_ARM_TRUSTZONE_M *ARM TrustZone-M support* Type: ``bool`` Help ==== Platform has support for ARM TrustZone-M. Direct dependencies =================== \ :option:`CPU_HAS_TEE ` && \ :option:`ARMV8_M_SE ` && \ :option:`CPU_CORTEX_M ` && !\ :option:`ARM64 ` && \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_STM32L5X ` - \ :option:`SOC_MIMXRT685S_CM33 ` - \ :option:`SOC_LPC55S16 ` - \ :option:`SOC_LPC55S28 ` - \ :option:`SOC_LPC55S69_CPU0 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/core/aarch32/cortex_m/tz/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arm/Kconfig:42`` → ``arch/arm/core/aarch32/Kconfig:237`` → ``arch/arm/core/aarch32/cortex_m/Kconfig:309`` Menu path: (Top) → ARM Options .. parsed-literal:: config ARM_TRUSTZONE_M bool "ARM TrustZone-M support" depends on \ :option:`CPU_HAS_TEE ` && \ :option:`ARMV8_M_SE ` && \ :option:`CPU_CORTEX_M ` && !\ :option:`ARM64 ` && \ :option:`ARM ` help Platform has support for ARM TrustZone-M. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*