-
CONFIG_SPM_SERVICE_REBOOT
¶
Enable system reset as a secure service
Type: bool
Help¶
If Non-Secure Firmware is blocked from issuing system reset, this service will allow it to issue a request to do a system reset through a secure service.
Default¶
n
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:94
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:26
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM
config SPM_SERVICE_REBOOT bool "Enable system reset as a secure service" default n selectREBOOT
depends onSPM_SECURE_SERVICES
help If Non-Secure Firmware is blocked from issuing system reset, this service will allow it to issue a request to do a system reset through a secure service.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)