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.
Symbols selected by this symbol
Kconfig definition
At <nRF>/subsys/spm/Kconfig:90
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_RNG
bool "Request random numbers"
default y if SPM
select NORDIC_SECURITY_BACKEND if IS_SPM
depends on 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.)