-
CONFIG_FPROTECT
¶
Write-protect flash regions
Type: bool
Help¶
Use hardware peripherals (BPROT, ACL, or SPU) to write-protect
regions of flash until next reset.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <nRF>/lib/fprotect/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:17
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries
config FPROTECT
bool "Write-protect flash regions"
depends on SOC_FAMILY_NRF
help
Use hardware peripherals (BPROT, ACL, or SPU) to write-protect
regions of flash until next reset.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)