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.

Direct dependencies

SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/fprotect/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:17

Menu path: (Top) → Modules → 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.)