-
CONFIG_ENTROPY_ESP32_RNG
¶
ESP32 entropy number generator driver
Type: bool
Help¶
This option enables the entropy number generator for ESP32 SoCs.
With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy numbers: noise from these radios are used to feed entropy in this generator.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/entropy/Kconfig.esp32:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:24
→ drivers/entropy/Kconfig:16
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_ESP32_RNG bool "ESP32 entropy number generator driver" selectENTROPY_HAS_DRIVER
selectHAS_DTS_ENTROPY
depends onSOC_ESP32
&&ENTROPY_GENERATOR
help This option enables the entropy number generator for ESP32 SoCs. With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy numbers: noise from these radios are used to feed entropy in this generator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)