-
CONFIG_SPM_SERVICE_FIND_FIRMWARE_INFO
¶
Find firmware info
Type: bool
Help¶
The Non-Secure Firmware is not allowed to read the memory marked as secure. This service allows it to request firmware info about image stored at a given address.
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:103
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_FIND_FIRMWARE_INFO bool "Find firmware info" default y ifSPM
depends onSPM_SECURE_SERVICES
help The Non-Secure Firmware is not allowed to read the memory marked as secure. This service allows it to request firmware info about image stored at a given address.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)