-
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:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:170
Menu path: (top menu) → ARM Options
config ARM_TRUSTZONE_M bool prompt "ARM TrustZone-M support" ifCPU_HAS_TEE
&&ARMV8_M_SE
&&ARM
depends onCPU_HAS_TEE
&&ARMV8_M_SE
&&ARM
help Platform has support for ARM TrustZone-M.
(Definitions include propagated dependencies, including from if’s and menus.)