-
CONFIG_X86_MMU
¶
Enable Memory Management Unit
Type: bool
Help¶
This options enables the memory management unit present in x86. Enabling this will create boot time page table structure.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86/Kconfig:77
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities → Memory Management
config X86_MMU bool prompt "Enable Memory Management Unit" ifX86
depends onX86
help This options enables the memory management unit present in x86. Enabling this will create boot time page table structure.
(Definitions include propagated dependencies, including from if’s and menus.)