diff options
Diffstat (limited to 'drivers/char/hw_random/Kconfig')
-rw-r--r-- | drivers/char/hw_random/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index e0135873ba9d..0689bf6b0183 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig | |||
@@ -235,3 +235,18 @@ config HW_RANDOM_PPC4XX | |||
235 | module will be called ppc4xx-rng. | 235 | module will be called ppc4xx-rng. |
236 | 236 | ||
237 | If unsure, say N. | 237 | If unsure, say N. |
238 | |||
239 | config UML_RANDOM | ||
240 | depends on UML | ||
241 | tristate "Hardware random number generator" | ||
242 | help | ||
243 | This option enables UML's "hardware" random number generator. It | ||
244 | attaches itself to the host's /dev/random, supplying as much entropy | ||
245 | as the host has, rather than the small amount the UML gets from its | ||
246 | own drivers. It registers itself as a standard hardware random number | ||
247 | generator, major 10, minor 183, and the canonical device name is | ||
248 | /dev/hwrng. | ||
249 | The way to make use of this is to install the rng-tools package | ||
250 | (check your distro, or download from | ||
251 | http://sourceforge.net/projects/gkernel/). rngd periodically reads | ||
252 | /dev/hwrng and injects the entropy into /dev/random. | ||