CONFIG_MPU
Enable MPU features
Type: bool
Help
This option, when enabled, indicates to the core kernel that an MPU
is enabled.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/arch/Kconfig:765
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
Menu path: (Top)
menuconfig MPU
bool "Enable MPU features"
depends on CPU_HAS_MPU
help
This option, when enabled, indicates to the core kernel that an MPU
is enabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)