:orphan: .. title:: ENTROPY_LITEX_RNG .. option:: 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 =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`ENTROPY_HAS_DRIVER ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config ENTROPY_LITEX_RNG bool "PRBS RNG driver" select \ :option:`ENTROPY_HAS_DRIVER ` depends on \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`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.)*