The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ENTROPY_LITEX_RNG

PRBS RNG driver

Type: bool

Help

This option enables the RNG module, which is an entropy number
generator, based on Pseudo-Random Binary Sequences (PRBS)
for LiteX SoC builder

Direct dependencies

SOC_RISCV32_LITEX_VEXRISCV && ENTROPY_GENERATOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/entropy/Kconfig.litex:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:32drivers/entropy/Kconfig:22

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

config ENTROPY_LITEX_RNG
    bool "PRBS RNG driver"
    select ENTROPY_HAS_DRIVER
    depends on SOC_RISCV32_LITEX_VEXRISCV && ENTROPY_GENERATOR
    help
      This option enables the RNG module, which is an entropy number
      generator, based on Pseudo-Random Binary Sequences (PRBS)
      for LiteX SoC builder

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)