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:114
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <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
select REBOOT
depends on SPM_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.)