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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/subsys/spm/Kconfig:148
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:30
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.)