-
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¶
SOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&& ENTROPY_GENERATOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At drivers/entropy/Kconfig.nrf5:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:19
Menu path: (top menu) → Device Drivers → Entropy Drivers
menuconfig ENTROPY_NRF5_RNG bool prompt "nRF5 RNG driver" ifSOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
default "y" ifSOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
selectENTROPY_HAS_DRIVER
ifSOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
depends onSOC_COMPATIBLE_NRF
&& !ENTROPY_NRF_FORCE_ALT
&&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.)