zephyr/drivers/entropy/Kconfig.litex
Ulf Magnusson d28e1f6bcb kconfig: Turn pointless 'menuconfig's into 'config's
Same deal as in commit 677f1e6 ("config: Turn pointless/confusing
'menuconfig's into 'config's"), for a newly-introduced stuff.

Also clean up headers to be consistent with recent cleanups.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-24 21:30:17 -05:00

14 lines
414 B
Plaintext

# 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"
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