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

CONFIG_ARM_MMU

ARM MMU Support

Type: bool

Help

Memory Management Unit support.

Direct dependencies

(CPU_CORTEX_A || CPU_AARCH64_CORTEX_R) && ARM64

(Includes any dependencies from ifs and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At arch/arm64/core/Kconfig:152

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12arch/arm64/Kconfig:32

Menu path: (Top) → ARM64 Options

config ARM_MMU
    bool "ARM MMU Support"
    default n if CPU_AARCH64_CORTEX_R
    default y
    select MMU
    select SRAM_REGION_PERMISSIONS
    select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE
    select ARCH_MEM_DOMAIN_DATA if USERSPACE
    depends on (CPU_CORTEX_A || CPU_AARCH64_CORTEX_R) && ARM64
    help
      Memory Management Unit support.

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