:orphan: .. title:: CONFIG_ENTROPY_NEORV32_TRNG .. kconfig:: CONFIG_ENTROPY_NEORV32_TRNG CONFIG_ENTROPY_NEORV32_TRNG ########################### *NEORV32 TRNG* Type: ``bool`` Help ==== .. code-block:: none This option enables the True Random Number Generator (TRNG) driver for the NEORV32. Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` && \ :kconfig:`SYSCON ` && \ :kconfig:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definition ================== At ``/entropy/Kconfig.neorv32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` → ``/entropy/Kconfig:34`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_NEORV32_TRNG bool "NEORV32 TRNG" default n select ENTROPY_HAS_DRIVER depends on SOC_SERIES_NEORV32 && SYSCON && ENTROPY_GENERATOR help This option enables the True Random Number Generator (TRNG) driver for the NEORV32. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*