:orphan: .. title:: CONFIG_ARMV8_A_NS .. kconfig:: CONFIG_ARMV8_A_NS CONFIG_ARMV8_A_NS ################# *ARMv8-A Normal World (Non-Secure world of Trustzone)* Type: ``bool`` Help ==== .. code-block:: none This option signifies that Zephyr is entered in TrustZone Non-Secure state Direct dependencies =================== \ :kconfig:`CPU_CORTEX_A ` && \ :kconfig:`ARM64 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/arm64/core/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm64/Kconfig:32`` Menu path: (Top) → ARM64 Options .. code-block:: kconfig config ARMV8_A_NS bool "ARMv8-A Normal World (Non-Secure world of Trustzone)" depends on CPU_CORTEX_A && ARM64 help This option signifies that Zephyr is entered in TrustZone Non-Secure state *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*