-
CONFIG_HAS_SYSMPU
¶
Enable MPU on NXP Kinetis
Type: bool
Help¶
Enable MPU support on NXP Kinetis SoCs
Direct dependencies¶
CPU_HAS_MPU
&& SOC_FAMILY_KINETIS
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NXP_MPU
ifCPU_HAS_MPU
&&SOC_FAMILY_KINETIS
&&ARM
Kconfig definition¶
At arch/arm/soc/nxp_kinetis/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
Menu path: (top menu) → ARM Options → SoC Configuration
config HAS_SYSMPU bool prompt "Enable MPU on NXP Kinetis" ifCPU_HAS_MPU
&&SOC_FAMILY_KINETIS
&&ARM
selectNXP_MPU
ifCPU_HAS_MPU
&&SOC_FAMILY_KINETIS
&&ARM
depends onCPU_HAS_MPU
&&SOC_FAMILY_KINETIS
&&ARM
help Enable MPU support on NXP Kinetis SoCs
(Definitions include propagated dependencies, including from if’s and menus.)