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

Kconfig definition

At arch/arm/soc/nxp_kinetis/Kconfig:40

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23

Menu path: (top menu) → ARM Options → SoC Configuration

config HAS_SYSMPU
    bool
    prompt "Enable MPU on NXP Kinetis" if CPU_HAS_MPU && SOC_FAMILY_KINETIS && ARM
    select NXP_MPU if CPU_HAS_MPU && SOC_FAMILY_KINETIS && ARM
    depends on CPU_HAS_MPU && SOC_FAMILY_KINETIS && ARM
    help
      Enable MPU support on NXP Kinetis SoCs

(Definitions include propagated dependencies, including from if’s and menus.)