-
CONFIG_ARM_MMU¶
ARM MMU Support
Type: bool
Help¶
Memory Management Unit support.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At arch/arm/core/aarch64/Kconfig:98
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12 → arch/arm/Kconfig:46
Menu path: (Top) → ARM Options
config ARM_MMU
bool "ARM MMU Support"
default y
select MMU
select SRAM_REGION_PERMISSIONS
depends on CPU_CORTEX_A && ARM64 && ARM
help
Memory Management Unit support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)