-
CONFIG_ENTROPY_NRF5_BIAS_CORRECTION
¶
Enable bias correction (uniform distribution)
Type: bool
Help¶
This option enables the RNG bias correction, which guarantees a uniform distribution of 0 and 1. When this option is enabled, the time to generate a byte cannot be guaranteed.
Direct dependencies¶
ENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&& ENTROPY_GENERATOR
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/entropy/Kconfig.nrf5:29
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:19
Menu path: (top menu) → Device Drivers → Entropy Drivers → nRF5 RNG driver
config ENTROPY_NRF5_BIAS_CORRECTION bool prompt "Enable bias correction (uniform distribution)" ifENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
depends onENTROPY_NRF5_RNG
&& !ENTROPY_NRF_FORCE_ALT
&&ENTROPY_GENERATOR
help This option enables the RNG bias correction, which guarantees a uniform distribution of 0 and 1. When this option is enabled, the time to generate a byte cannot be guaranteed.
(Definitions include propagated dependencies, including from if’s and menus.)