:orphan: .. title:: CONFIG_SPM_BLOCK_NON_SECURE_RESET .. kconfig:: CONFIG_SPM_BLOCK_NON_SECURE_RESET CONFIG_SPM_BLOCK_NON_SECURE_RESET ################################# *Block system reset calls from Non-Secure domain* Type: ``bool`` Help ==== .. code-block:: none This will block the application running in Non-Secure from being able to issue a system reset of the chip without going through a secure service. If not enabled, a debugger will not be able to issue a system reset while the core is executing Non-Secure code. Direct dependencies =================== \ :kconfig:`IS_SPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/subsys/spm/Kconfig:168`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:26`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM .. code-block:: kconfig config SPM_BLOCK_NON_SECURE_RESET bool "Block system reset calls from Non-Secure domain" default n depends on IS_SPM help This will block the application running in Non-Secure from being able to issue a system reset of the chip without going through a secure service. If not enabled, a debugger will not be able to issue a system reset while the core is executing Non-Secure code. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*