:orphan: .. title:: CONFIG_FPROTECT_ENABLE_NO_ACCESS .. kconfig:: CONFIG_FPROTECT_ENABLE_NO_ACCESS CONFIG_FPROTECT_ENABLE_NO_ACCESS ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Allows to protect flash pages both from reading and writing until the next reboot. Direct dependencies =================== \ :kconfig:`FPROTECT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`HAS_HW_NRF_ACL ` Symbols that imply this symbol ============================== - \ :kconfig:`HW_UNIQUE_KEY ` Kconfig definition ================== At ``/lib/fprotect/Kconfig:54`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:18`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries .. code-block:: kconfig 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.)*