CONFIG_ARM_MPU_NRF52X

Enable MPU on nRF52

Type: bool

Help

Enable MPU support on Nordic Semiconductor nRF52x series ICs.

Direct dependencies

CPU_HAS_MPU && SOC_FAMILY_NRF && 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/nordic_nrf/nrf52/Kconfig.soc:202

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

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

config ARM_MPU_NRF52X
    bool
    prompt "Enable MPU on nRF52" if CPU_HAS_MPU && SOC_FAMILY_NRF && ARM
    select ARM_MPU if CPU_HAS_MPU && SOC_FAMILY_NRF && ARM
    depends on CPU_HAS_MPU && SOC_FAMILY_NRF && ARM
    help
      Enable MPU support on Nordic Semiconductor nRF52x series ICs.

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