CONFIG_NRF_APPROTECT_LOCK
Lock
Type: bool
Help
When this option is selected, the SystemInit() function locks
the firmware branch of the APPROTECT mechanism, preventing it
from being opened.
Direct dependencies
<choice NRF_APPROTECT_HANDLING: APPROTECT handling>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <SoC>/arm/nordic_nrf/Kconfig:71
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration → APPROTECT handling
config NRF_APPROTECT_LOCK
bool "Lock"
depends on <choice NRF_APPROTECT_HANDLING>
help
When this option is selected, the SystemInit() function locks
the firmware branch of the APPROTECT mechanism, preventing it
from being opened.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)