The latest development version of this page may be more current than this released 2.1.0 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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/entropy/Kconfig.esp32:6

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:24drivers/entropy/Kconfig:16

Menu path: (Top) → Device Drivers → Entropy Drivers

config ENTROPY_ESP32_RNG
    bool "ESP32 entropy number generator driver"
    select ENTROPY_HAS_DRIVER
    select HAS_DTS_ENTROPY
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)