dm: rng: Add random number generator(rng) uclass
[oweals/u-boot.git] / drivers / rng / Kconfig
diff --git a/drivers/rng/Kconfig b/drivers/rng/Kconfig
new file mode 100644 (file)
index 0000000..dd44cc0
--- /dev/null
@@ -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.