-
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
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At arch/arm/core/cortex_m/mpu/Kconfig:41
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:168
Menu path: (top menu) → ARM Options
config MPU_ALLOW_FLASH_WRITE bool prompt "Add MPU access to write to flash" ifARM_MPU
&&CPU_HAS_MPU
&&ARM
depends onARM_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.)