:orphan: .. title:: ARMV8_A_NS .. option:: 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 Direct dependencies =================== \ :option:`CPU_CORTEX_A ` && \ :option:`ARM64 ` && \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/core/aarch64/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arm/Kconfig:46`` Menu path: (Top) → ARM Options .. parsed-literal:: config ARMV8_A_NS bool "ARMv8-A Normal World (Non-Secure world of Trustzone)" depends on \ :option:`CPU_CORTEX_A ` && \ :option:`ARM64 ` && \ :option:`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.)*