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

CONFIG_CPU_HAS_ARM_MPU

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when the CPU has a Memory Protection Unit (MPU)
in ARM flavor.

Default

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At boards/arm/arty/Kconfig.defconfig:15

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config CPU_HAS_ARM_MPU
    bool
    default y if BOARD_ARTY_A7_ARM_DESIGNSTART_M3
    depends on BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3

At soc/arm/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:17

Menu path: (Top) → Hardware Configuration

config CPU_HAS_ARM_MPU
    bool
    select CPU_HAS_MPU
    help
      This option is enabled when the CPU has a Memory Protection Unit (MPU)
      in ARM flavor.

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