mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 21:21:57 +00:00
This adds PRBS ranom number generator driver for LiteX SoC builder with its bindings. Signed-off-by: Pawel Czarnecki <pczarnecki@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
# LiteX PRBS entropy generator driver configuration
|
|
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig ENTROPY_LITEX_RNG
|
|
bool "PRBS RNG driver"
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|
|
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
|