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.

Direct dependencies

X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:77

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities → Memory Management

config X86_MMU
    bool
    prompt "Enable Memory Management Unit" if X86
    depends on X86
    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.)