The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

SOC_ESP32 && 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.esp32:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:28drivers/entropy/Kconfig:18

Menu path: (top menu) → Device Drivers → Entropy Drivers

config ENTROPY_ESP32_RNG
    bool
    prompt "ESP32 entropy number generator driver" if SOC_ESP32 && ENTROPY_GENERATOR
    select ENTROPY_HAS_DRIVER if SOC_ESP32 && ENTROPY_GENERATOR
    depends on SOC_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.

(Definitions include propagated dependencies, including from if’s and menus.)