CONFIG_ARC_MPU_ENABLE

Enable MPU

Type: bool

Help

Enable MPU

Direct dependencies

CPU_HAS_MPU && CPU_HAS_MPU && ARC

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At arch/arc/Kconfig:156

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → ARC Options → ARCv2 Family Options → ARC MPU Options

config ARC_MPU_ENABLE
    bool
    prompt "Enable MPU" if CPU_HAS_MPU && CPU_HAS_MPU && ARC
    select ARC_MPU if CPU_HAS_MPU && CPU_HAS_MPU && ARC
    depends on CPU_HAS_MPU && CPU_HAS_MPU && ARC
    help
      Enable MPU

(Definitions include propagated dependencies, including from if’s and menus.)