The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_ENTROPY_GENERATOR

Entropy Drivers

Type: bool

Help

Include entropy drivers in system config.

Defaults

  • y

  • y

  • y

Kconfig definitions

At boards/xtensa/esp32/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config ENTROPY_GENERATOR
    bool
    default y
    depends on BT

At boards/xtensa/esp32s2_saola/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config ENTROPY_GENERATOR
    bool
    default y

At boards/xtensa/esp_wrover_kit/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config ENTROPY_GENERATOR
    bool
    default y
    depends on BT

At drivers/entropy/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:32

Menu path: (Top) → Device Drivers

menuconfig ENTROPY_GENERATOR
    bool "Entropy Drivers"
    help
      Include entropy drivers in system config.

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