The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ARM_TRUSTZONE_M

ARM TrustZone-M support

Type: bool

Help

Platform has support for ARM TrustZone-M.

Direct dependencies

CPU_HAS_TEE && ARMV8_M_SE && ARM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arm/core/cortex_m/tz/Kconfig:8

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13arch/arm/core/Kconfig:170

Menu path: (top menu) → ARM Options

config ARM_TRUSTZONE_M
    bool
    prompt "ARM TrustZone-M support" if CPU_HAS_TEE && ARMV8_M_SE && ARM
    depends on CPU_HAS_TEE && ARMV8_M_SE && ARM
    help
      Platform has support for ARM TrustZone-M.

(Definitions include propagated dependencies, including from if’s and menus.)