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.

Direct dependencies

SPM_SECURE_SERVICES

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/spm/Kconfig:93

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:26

Menu path: (Top) → Modules → 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.)