blob: 0107f41cf05c260b6d22bb58f6e6b5d2e4874afe [file] [log] [blame]
Pawel Czarnecki894b4882019-07-19 15:22:22 +02001# LiteX PRBS entropy generator driver configuration
2
3# Copyright (c) 2019 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
Ulf Magnussond28e1f62020-01-24 23:32:57 +01006config ENTROPY_LITEX_RNG
Pawel Czarnecki894b4882019-07-19 15:22:22 +02007 bool "PRBS RNG driver"
8 depends on SOC_RISCV32_LITEX_VEXRISCV
9 select ENTROPY_HAS_DRIVER
10 help
11 This option enables the RNG module, which is an entropy number
12 generator, based on Pseudo-Random Binary Sequences (PRBS)
13 for LiteX SoC builder