-
choice: Physical address space size
Physical address space size
Type: bool
Help¶
Choose the maximum physical address range that the kernel will support.
Direct dependencies¶
ARM_MMU
&& CPU_CORTEX_A
&& ARM64
&& ARM
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/arch/arm/core/aarch64/Kconfig:145
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 "Physical address space size" defaultARM64_PA_BITS_32
depends onARM_MMU
&&CPU_CORTEX_A
&&ARM64
&&ARM
help Choose the maximum physical address range that the kernel will support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)