-
CONFIG_SPM_SERVICE_RNG
¶
Request random numbers
Type: bool
Help¶
The Non-Secure Firmware is not allowed to use the crypto hardware. This service allows it to request random numbers from the SPM.
Direct dependencies¶
!SOC_NRF5340_CPUAPP
&& SPM_SECURE_SERVICES
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:71
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_RNG bool "Request random numbers" default y ifSPM
selectNORDIC_SECURITY_BACKEND
ifIS_SPM
selectFPU
ifIS_SPM
depends on !SOC_NRF5340_CPUAPP
&&SPM_SECURE_SERVICES
help The Non-Secure Firmware is not allowed to use the crypto hardware. This service allows it to request random numbers from the SPM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)