:orphan: .. title:: choice: Virtual address space size .. _choice_184: .. describe:: choice: Virtual address space size *Virtual address space size* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ARM_MMU ` && (\ :kconfig:`CPU_CORTEX_A ` || \ :kconfig:`CPU_AARCH64_CORTEX_R `) && \ :kconfig:`ARM64 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ARM64_VA_BITS_32 ` Choice options ============== - \ :kconfig:`ARM64_VA_BITS_32 ` - \ :kconfig:`ARM64_VA_BITS_36 ` - \ :kconfig:`ARM64_VA_BITS_40 ` - \ :kconfig:`ARM64_VA_BITS_42 ` - \ :kconfig:`ARM64_VA_BITS_48 ` Kconfig definition ================== At ``/arm64/core/Kconfig:182`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm64/Kconfig:32`` Menu path: (Top) → ARM64 Options .. code-block:: kconfig choice bool "Virtual address space size" default ARM64_VA_BITS_32 depends on ARM_MMU && (CPU_CORTEX_A || CPU_AARCH64_CORTEX_R) && ARM64 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.)*