CONFIG_ARM_MMU_REGION_MIN_ALIGN_AND_SIZE
(No prompt – not directly user assignable.)
Type: int
Help
Minimum size (and alignment) of an ARM MMU page.
This value should not be modified.
Direct dependencies
CPU_HAS_MMU
&& ARM
(Includes any dependencies from ifs and menus.)
Default
4096
Kconfig definition
At <Architecture>/arm/core/aarch32/mmu/Kconfig:28
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm/Kconfig:57
→ <Architecture>/arm/core/aarch32/Kconfig:309
Menu path: (Top) → ARM Options
config ARM_MMU_REGION_MIN_ALIGN_AND_SIZE
int
default 4096
depends on CPU_HAS_MMU && ARM
help
Minimum size (and alignment) of an ARM MMU page.
This value should not be modified.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)