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

Kconfig definition

At <Zephyr>/arch/arm/core/aarch64/Kconfig:86

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

Menu path: (Top) → ARM Options

config ARM_MMU
    bool "ARM MMU Support"
    default y
    depends on CPU_CORTEX_A && ARM64 && ARM
    help
      Memory Management Unit support.

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