CONFIG_X86_MMU

Enable Memory Management Unit

Type: bool

Help

This options enables the memory management unit present in x86 and creates a set of page tables at boot time that is runtime- mutable.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:184

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options

config X86_MMU
    bool "Enable Memory Management Unit"
    select MEMORY_PROTECTION
    select MMU
    depends on X86
    help
      This options enables the memory management unit present in x86
      and creates a set of page tables at boot time that is runtime-
      mutable.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)