:orphan: .. title:: CONFIG_ENTROPY_HAS_DRIVER .. kconfig:: CONFIG_ENTROPY_HAS_DRIVER CONFIG_ENTROPY_HAS_DRIVER ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This is an option to be enabled by individual entropy driver to signal that there is a true entropy driver. Direct dependencies =================== \ :kconfig:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ENTROPY_TELINK_B91_TRNG ` - \ :kconfig:`ENTROPY_CC13XX_CC26XX_RNG ` - \ :kconfig:`ENTROPY_MCUX_RNGA ` - \ :kconfig:`ENTROPY_MCUX_TRNG ` - \ :kconfig:`ENTROPY_MCUX_RNG ` - \ :kconfig:`ENTROPY_STM32_RNG ` - \ :kconfig:`ENTROPY_ESP32_RNG ` - \ :kconfig:`ENTROPY_NRF5_RNG ` - \ :kconfig:`ENTROPY_SAM_RNG ` - \ :kconfig:`FAKE_ENTROPY_NATIVE_POSIX ` - \ :kconfig:`ENTROPY_RV32M1_TRNG ` - \ :kconfig:`ENTROPY_LITEX_RNG ` - \ :kconfig:`ENTROPY_GECKO_TRNG ` Kconfig definition ================== At ``/entropy/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_HAS_DRIVER bool depends on ENTROPY_GENERATOR help This is an option to be enabled by individual entropy driver to signal that there is a true entropy driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*