Sughosh Ganu | a248768 | 2019-12-28 23:58:27 +0530 | [diff] [blame] | 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. |