CONFIG_SPM_SERVICE_NS_HANDLER_FROM_SPM_FAULT

Call non-secure handler from secure fault context

Type: bool

Help

When enabled, non-secure handler is called from spm fatal error
handler. Non-secure handler is registered through secure service API.

Direct dependencies

SPM_SECURE_SERVICES

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<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_NS_HANDLER_FROM_SPM_FAULT
    bool "Call non-secure handler from secure fault context"
    depends on SPM_SECURE_SERVICES
    help
      When enabled, non-secure handler is called from spm fatal error
      handler. Non-secure handler is registered through secure service API.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)