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 <Zephyr Architecture>/arc/core/mpu/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Zephyr Architecture>/Kconfig:12
→ <Zephyr Architecture>/arc/Kconfig:334
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.)