-
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¶
ARC_MPU
ifCPU_HAS_MPU
&&CPU_HAS_MPU
&&ARC
Kconfig definition¶
At arch/arc/Kconfig:156
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARC Options → ARCv2 Family Options → ARC MPU Options
config ARC_MPU_ENABLE bool prompt "Enable MPU" ifCPU_HAS_MPU
&&CPU_HAS_MPU
&&ARC
selectARC_MPU
ifCPU_HAS_MPU
&&CPU_HAS_MPU
&&ARC
depends onCPU_HAS_MPU
&&CPU_HAS_MPU
&&ARC
help Enable MPU
(Definitions include propagated dependencies, including from if’s and menus.)