CONFIG_ARM64

(No prompt – not directly user assignable.)

Type: bool

Help

ARM64 (AArch64) architecture

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/arch/Kconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37

Menu path: (Top)

config ARM64
    bool
    select ARCH_IS_SET
    select 64BIT
    select HAS_DTS
    select HAS_ARM_SMCCC
    select ARCH_HAS_THREAD_LOCAL_STORAGE
    select USE_SWITCH
    select USE_SWITCH_SUPPORTED
    help
      ARM64 (AArch64) architecture

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)