CONFIG_ARM_AARCH32_MMU

ARMv7 Cortex-A MMU Support

Type: bool

Help

The current CPU has an ARMv7 Memory Management Unit.

Direct dependencies

CPU_HAS_MMU && ARM

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/arm/core/aarch32/mmu/Kconfig:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:39<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:65<Zephyr>/arch/arm/core/aarch32/Kconfig:309

Menu path: (Top) → ARM Options

config ARM_AARCH32_MMU
    bool "ARMv7 Cortex-A MMU Support"
    default y if CPU_AARCH32_CORTEX_A
    select MMU
    select SRAM_REGION_PERMISSIONS
    select THREAD_STACK_INFO
    select ARCH_HAS_EXECUTABLE_PAGE_BIT
    depends on CPU_HAS_MMU && ARM
    help
      The current CPU has an ARMv7 Memory Management Unit.

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