dm: rng: Add random number generator(rng) uclass
[oweals/u-boot.git] / drivers / rng / Kconfig
1 config DM_RNG
2         bool "Driver support for Random Number Generator devices"
3         depends on DM
4         help
5           Enable driver model for random number generator(rng) devices.
6           This interface is used to initialise the rng device and to
7           read the random seed from the device.