:orphan: .. title:: CONFIG_ENTROPY_LITEX_RNG .. kconfig:: CONFIG_ENTROPY_LITEX_RNG CONFIG_ENTROPY_LITEX_RNG ######################## *PRBS RNG driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definition ================== At ``/entropy/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` → ``/entropy/Kconfig:22`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig 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.)*