CONFIG_ARC_MPU_ENABLE
Enable MPU
Type: bool
Help
Enable MPU
Direct dependencies
CPU_HAS_MPU
&& ARC
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/arch/arc/Kconfig:327
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options → ARC MPU Options
config ARC_MPU_ENABLE
bool "Enable MPU"
select ARC_MPU
depends on CPU_HAS_MPU && ARC
help
Enable MPU
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)