CONFIG_ARC_CORE_MPU

ARC Core MPU functionalities

Type: bool

Help

ARC core MPU functionalities

Direct dependencies

CPU_HAS_MPU && ARC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/arc/core/mpu/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arc/Kconfig:278

Menu path: (Top) → ARC Options → ARCv2 Family Options → ARC MPU Options

config ARC_CORE_MPU
    bool "ARC Core MPU functionalities"
    depends on CPU_HAS_MPU && ARC
    help
      ARC core MPU functionalities

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