aboutsummaryrefslogtreecommitdiff
path: root/drivers/rng/Kconfig
blob: dd44cc0242a3cadf8f06239c5b8b2574ff5b6516 (plain)
1
2
3
4
5
6
7
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.