The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_ARM_MMU

ARM MMU Support

Type: bool

Help

Memory Management Unit support.

Direct dependencies

CPU_CORTEX_A && ARM64 && ARM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At arch/arm/core/aarch64/Kconfig:98

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12arch/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.)