-
CONFIG_ENTROPY_NRF5_RNG
¶
nRF5 RNG driver
Type: bool
Help¶
This option enables the RNG peripheral, which is a random number generator, based on internal thermal noise, that provides a random 8-bit value to the host when read.
Direct dependencies¶
ENTROPY_GENERATOR
&& ENTROPY_GENERATOR
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/entropy/Kconfig.nrf5:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:19
Menu path: (top menu) → Device Drivers → Entropy Drivers
menuconfig ENTROPY_NRF5_RNG bool prompt "nRF5 RNG driver" ifENTROPY_GENERATOR
&&ENTROPY_GENERATOR
selectENTROPY_HAS_DRIVER
ifENTROPY_GENERATOR
&&ENTROPY_GENERATOR
depends onENTROPY_GENERATOR
&&ENTROPY_GENERATOR
help This option enables the RNG peripheral, which is a random number generator, based on internal thermal noise, that provides a random 8-bit value to the host when read.
(Definitions include propagated dependencies, including from if’s and menus.)