choice: Virtual address space size

Virtual address space size

Type: bool

Help

Allows choosing one of multiple possible virtual address space sizes. The level of translation table is determined by a combination of page size and virtual address space size.

Direct dependencies

ARM_MMU && CPU_CORTEX_A && ARM64 && ARM

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/arch/arm/core/aarch64/Kconfig:117

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:46

Menu path: (Top) → ARM Options

choice
    bool "Virtual address space size"
    default ARM64_VA_BITS_32
    depends on ARM_MMU && CPU_CORTEX_A && ARM64 && ARM
    help
      Allows choosing one of multiple possible virtual address
      space sizes. The level of translation table is determined by
      a combination of page size and virtual address space size.

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