-
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:8 → Kconfig.zephyr:32 → drivers/Kconfig:30 → drivers/entropy/Kconfig:21
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.)