CONFIG_MPU_ALLOW_FLASH_WRITE

Add MPU access to write to flash

Type: bool

Help

Enable this to allow MPU RWX access to flash memory

Direct dependencies

(ARM_MPU || NXP_MPU) && CPU_HAS_MPU && ARM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/arm/core/cortex_m/mpu/Kconfig:42

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

Menu path: (top menu) → ARM Options

config MPU_ALLOW_FLASH_WRITE
    bool
    prompt "Add MPU access to write to flash" if (ARM_MPU || NXP_MPU) && CPU_HAS_MPU && ARM
    depends on (ARM_MPU || NXP_MPU) && CPU_HAS_MPU && ARM
    help
      Enable this to allow MPU RWX access to flash memory

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