CONFIG_ARC_CORE_MPU¶
ARC Core MPU functionalities
Type: bool
Help¶
ARC core MPU functionalities
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/arc/core/mpu/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/arc/Kconfig:324
Menu path: (Top) → ARC Options → ARC CPU 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.)