:orphan: .. title:: CONFIG_ENTROPY_TELINK_B91_TRNG .. kconfig:: CONFIG_ENTROPY_TELINK_B91_TRNG CONFIG_ENTROPY_TELINK_B91_TRNG ############################## *Telink B91 Entropy driver* Type: ``bool`` Help ==== .. code-block:: none Enable the B91 Entropy driver. Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`SOC_RISCV_TELINK_B91 ` && \ :kconfig:`ENTROPY_GENERATOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`ENTROPY_GENERATOR ` Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ENTROPY_TELINK_B91_TRNG bool default y if ENTROPY_GENERATOR depends on BOARD_TLSR9518ADK80D ---- At ``/entropy/Kconfig.b91:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` → ``/entropy/Kconfig:13`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_TELINK_B91_TRNG bool "Telink B91 Entropy driver" select ENTROPY_HAS_DRIVER depends on SOC_RISCV_TELINK_B91 && ENTROPY_GENERATOR help Enable the B91 Entropy driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*