:orphan: .. title:: CONFIG_NRF_APPROTECT_USE_UICR .. kconfig:: CONFIG_NRF_APPROTECT_USE_UICR CONFIG_NRF_APPROTECT_USE_UICR ############################# *Use UICR* *Use UICR* Type: ``bool`` Help ==== .. code-block:: none When this option is selected, the SystemInit() function loads the firmware branch state of the APPROTECT mechanism from UICR, so if UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled. Help ==== .. code-block:: none When this option is selected, the SystemInit() function loads the firmware branch state of the APPROTECT mechanism from UICR, so if UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled. Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/arm/nordic_nrf/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → APPROTECT handling .. code-block:: kconfig config NRF_APPROTECT_USE_UICR bool "Use UICR" depends on help When this option is selected, the SystemInit() function loads the firmware branch state of the APPROTECT mechanism from UICR, so if UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled. ---- At ``/arm/nordic_nrf/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → APPROTECT handling .. code-block:: kconfig config NRF_APPROTECT_USE_UICR bool "Use UICR" depends on help When this option is selected, the SystemInit() function loads the firmware branch state of the APPROTECT mechanism from UICR, so if UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*