:orphan: .. title:: CONFIG_NRF_SECURE_APPROTECT_USER_HANDLING .. kconfig:: CONFIG_NRF_SECURE_APPROTECT_USER_HANDLING CONFIG_NRF_SECURE_APPROTECT_USER_HANDLING ######################################### *Allow user handling* *Allow user handling* Type: ``bool`` Help ==== .. code-block:: none When this option is selected, the SystemInit() function does not touch the secure APPROTECT mechanism, allowing the user code to handle it at later stages, for example, to implement authenticated debug. Help ==== .. code-block:: none When this option is selected, the SystemInit() function does not touch the secure APPROTECT mechanism, allowing the user code to handle it at later stages, for example, to implement authenticated debug. Direct dependencies =================== (!\ :kconfig:`SOC_SERIES_NRF52X ` && \ :ref:` `) || (!\ :kconfig:`SOC_SERIES_NRF52X ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/arm/nordic_nrf/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Secure APPROTECT handling .. code-block:: kconfig config NRF_SECURE_APPROTECT_USER_HANDLING bool "Allow user handling" depends on !SOC_SERIES_NRF52X && help When this option is selected, the SystemInit() function does not touch the secure APPROTECT mechanism, allowing the user code to handle it at later stages, for example, to implement authenticated debug. ---- At ``/arm/nordic_nrf/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Secure APPROTECT handling .. code-block:: kconfig config NRF_SECURE_APPROTECT_USER_HANDLING bool "Allow user handling" depends on !SOC_SERIES_NRF52X && help When this option is selected, the SystemInit() function does not touch the secure APPROTECT mechanism, allowing the user code to handle it at later stages, for example, to implement authenticated debug. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*