You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
424 B
14 lines
424 B
# LiteX PRBS entropy generator driver configuration |
|
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config ENTROPY_LITEX_RNG |
|
bool "PRBS RNG driver" |
|
default y |
|
depends on DT_HAS_LITEX_PRBS_ENABLED |
|
select ENTROPY_HAS_DRIVER |
|
help |
|
This option enables the RNG module, which is an entropy number |
|
generator, based on Pseudo-Random Binary Sequences (PRBS) |
|
for LiteX SoC builder
|
|
|