CONFIG_ENTROPY_GENERATOR

Entropy Drivers

Type: bool

Help

Include entropy drivers in system config.

Defaults

Symbols that imply this symbol

Kconfig definitions

At <Zephyr>/boards/xtensa/esp32/Kconfig.defconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config ENTROPY_GENERATOR
    bool
    default y
    depends on BT

At <nRF>/Kconfig.nrf:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config ENTROPY_GENERATOR
    bool
    default y if BUILD_WITH_TFM || (SPM && SPM_SECURE_SERVICES)

At <Zephyr>/drivers/entropy/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:30

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.)