Pawel Czarnecki | 894b488 | 2019-07-19 15:22:22 +0200 | [diff] [blame] | 1 | # LiteX PRBS entropy generator driver configuration |
| 2 | |
| 3 | # Copyright (c) 2019 Antmicro <www.antmicro.com> |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | |
Ulf Magnusson | d28e1f6 | 2020-01-24 23:32:57 +0100 | [diff] [blame] | 6 | config ENTROPY_LITEX_RNG |
Pawel Czarnecki | 894b488 | 2019-07-19 15:22:22 +0200 | [diff] [blame] | 7 | 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 |