CONFIG_MMU¶
Enable MMU features
Type: bool
Help¶
This option is enabled when the CPU's memory management unit is active
and the arch_mem_map() API is available.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At kernel/Kconfig.vm:85
Included via Kconfig:8
→ Kconfig.zephyr:40
→ kernel/Kconfig:923
Menu path: (Top) → Virtual Memory Support
menuconfig MMU
bool "Enable MMU features"
select KERNEL_VM_SUPPORT
depends on CPU_HAS_MMU
help
This option is enabled when the CPU's memory management unit is active
and the arch_mem_map() API is available.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)