diff options
Diffstat (limited to 'drivers/rng/Kconfig')
-rw-r--r-- | drivers/rng/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rng/Kconfig b/drivers/rng/Kconfig new file mode 100644 index 00000000000..dd44cc0242a --- /dev/null +++ b/drivers/rng/Kconfig @@ -0,0 +1,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. |