-
CONFIG_ARMV8_A_NS
¶
ARMv8-A Normal World (Non-Secure world of Trustzone)
Type: bool
Help¶
This option signifies that Zephyr is entered in TrustZone Non-Secure state
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/arch/arm/core/aarch64/Kconfig:61
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:46
Menu path: (Top) → ARM Options
config ARMV8_A_NS bool "ARMv8-A Normal World (Non-Secure world of Trustzone)" depends onCPU_CORTEX_A
&&ARM64
&&ARM
help This option signifies that Zephyr is entered in TrustZone Non-Secure state
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)