CONFIG_NRF_SECURE_APPROTECT_USE_UICR
Use UICR
Use UICR
Type: bool
Help
When this option is selected, the SystemInit() function loads the
firmware branch state of the secure APPROTECT mechanism from UICR,
so if UICR->SECUREAPPROTECT is disabled, CTRLAP->SECUREAPPROTECT
will be disabled.
Help
When this option is selected, the SystemInit() function loads the
firmware branch state of the secure APPROTECT mechanism from UICR,
so if UICR->SECUREAPPROTECT is disabled, CTRLAP->SECUREAPPROTECT
will be disabled.
Direct dependencies
<choice NRF_SECURE_APPROTECT_HANDLING: Secure APPROTECT handling> || <choice NRF_SECURE_APPROTECT_HANDLING: Secure APPROTECT handling>
(Includes any dependencies from ifs and menus.)
Kconfig definitions
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:96
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Secure APPROTECT handling
config NRF_SECURE_APPROTECT_USE_UICR
bool "Use UICR"
depends on <choice NRF_SECURE_APPROTECT_HANDLING>
help
When this option is selected, the SystemInit() function loads the
firmware branch state of the secure APPROTECT mechanism from UICR,
so if UICR->SECUREAPPROTECT is disabled, CTRLAP->SECUREAPPROTECT
will be disabled.
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:96
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
Menu path: (Top) → Hardware Configuration → Secure APPROTECT handling
config NRF_SECURE_APPROTECT_USE_UICR
bool "Use UICR"
depends on <choice NRF_SECURE_APPROTECT_HANDLING>
help
When this option is selected, the SystemInit() function loads the
firmware branch state of the secure APPROTECT mechanism from UICR,
so if UICR->SECUREAPPROTECT is disabled, CTRLAP->SECUREAPPROTECT
will be disabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)