CONFIG_ENTROPY_NEORV32_TRNG

NEORV32 TRNG

Type: bool

Help

This option enables the True Random Number Generator (TRNG) driver for
the NEORV32.

Direct dependencies

SOC_SERIES_NEORV32 && SYSCON && ENTROPY_GENERATOR

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Driver>/entropy/Kconfig.neorv32:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:32<Driver>/entropy/Kconfig:34

Menu path: (Top) → Device Drivers → Entropy Drivers

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