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

Kconfig definition

At <Zephyr>/arch/arm64/core/Kconfig:151

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