-
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:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:26
→ arch/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.)