:orphan: .. title:: CONFIG_ENTROPY_GECKO_TRNG .. kconfig:: CONFIG_ENTROPY_GECKO_TRNG CONFIG_ENTROPY_GECKO_TRNG ######################### *GECKO TRNG driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the true random number generator driver based on the TRNG. Direct dependencies =================== \ :kconfig:`SOC_GECKO_TRNG ` && \ :kconfig:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definition ================== At ``/entropy/Kconfig.gecko:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` → ``/entropy/Kconfig:23`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_GECKO_TRNG bool "GECKO TRNG driver" default y select ENTROPY_HAS_DRIVER depends on SOC_GECKO_TRNG && ENTROPY_GENERATOR help This option enables the true random number generator driver based on the TRNG. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*