CONFIG_FPROTECT_ENABLE_NO_ACCESS

(No prompt – not directly user assignable.)

Type: bool

Help

Allows to protect flash pages both from reading and writing until the
next reboot.

Direct dependencies

FPROTECT

(Includes any dependencies from ifs and menus.)

Default

Symbols that imply this symbol

Kconfig definition

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

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_ENABLE_NO_ACCESS
    bool
    default y if HAS_HW_NRF_ACL
    depends on FPROTECT
    help
      Allows to protect flash pages both from reading and writing until the
      next reboot.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)