hw_random doc updates
[sfrench/cifs-2.6.git] / drivers / char / hw_random / Kconfig
index 6bbd4fa50f3b87458a56dbc155288f1e21b5a64d..8d6c2089d2a8480bf1829d0b3d24bca959b22a31 100644 (file)
@@ -9,7 +9,14 @@ config HW_RANDOM
          Hardware Random Number Generator Core infrastructure.
 
          To compile this driver as a module, choose M here: the
-         module will be called rng-core.
+         module will be called rng-core.  This provides a device
+         that's usually called /dev/hw_random, and which exposes one
+         of possibly several hardware random number generators.
+
+         These hardware random number generators do not feed directly
+         into the kernel's random number generator.  That is usually
+         handled by the "rngd" daemon.  Documentation/hw_random.txt
+         has more information.
 
          If unsure, say Y.