u-boot-brain/drivers/rng/Kconfig

8 lines
262 B
Plaintext
Raw Normal View History

config DM_RNG
bool "Driver support for Random Number Generator devices"
depends on DM
help
Enable driver model for random number generator(rng) devices.
This interface is used to initialise the rng device and to
read the random seed from the device.