blob: c9c475128edb100cef8faf03dab3ee86cf73b69d [file] [log] [blame]
Sughosh Ganua2487682019-12-28 23:58:27 +05301config 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.
Sughosh Ganu231ec902019-12-28 23:58:29 +05308
9config RNG_STM32MP1
10 bool "Enable random number generator for STM32MP1"
11 depends on ARCH_STM32MP && DM_RNG
12 default n
13 help
14 Enable STM32MP1 rng driver.