|
@@ -275,21 +275,6 @@ config HW_RANDOM_PPC4XX
|
|
|
|
|
|
If unsure, say N.
|
|
If unsure, say N.
|
|
|
|
|
|
-config UML_RANDOM
|
|
|
|
- depends on UML
|
|
|
|
- tristate "Hardware random number generator"
|
|
|
|
- help
|
|
|
|
- This option enables UML's "hardware" random number generator. It
|
|
|
|
- attaches itself to the host's /dev/random, supplying as much entropy
|
|
|
|
- as the host has, rather than the small amount the UML gets from its
|
|
|
|
- own drivers. It registers itself as a standard hardware random number
|
|
|
|
- generator, major 10, minor 183, and the canonical device name is
|
|
|
|
- /dev/hwrng.
|
|
|
|
- The way to make use of this is to install the rng-tools package
|
|
|
|
- (check your distro, or download from
|
|
|
|
- http://sourceforge.net/projects/gkernel/). rngd periodically reads
|
|
|
|
- /dev/hwrng and injects the entropy into /dev/random.
|
|
|
|
-
|
|
|
|
config HW_RANDOM_PSERIES
|
|
config HW_RANDOM_PSERIES
|
|
tristate "pSeries HW Random Number Generator support"
|
|
tristate "pSeries HW Random Number Generator support"
|
|
depends on HW_RANDOM && PPC64 && IBMVIO
|
|
depends on HW_RANDOM && PPC64 && IBMVIO
|
|
@@ -352,3 +337,18 @@ config HW_RANDOM_MSM
|
|
module will be called msm-rng.
|
|
module will be called msm-rng.
|
|
|
|
|
|
If unsure, say Y.
|
|
If unsure, say Y.
|
|
|
|
+
|
|
|
|
+config UML_RANDOM
|
|
|
|
+ depends on UML
|
|
|
|
+ tristate "Hardware random number generator"
|
|
|
|
+ help
|
|
|
|
+ This option enables UML's "hardware" random number generator. It
|
|
|
|
+ attaches itself to the host's /dev/random, supplying as much entropy
|
|
|
|
+ as the host has, rather than the small amount the UML gets from its
|
|
|
|
+ own drivers. It registers itself as a standard hardware random number
|
|
|
|
+ generator, major 10, minor 183, and the canonical device name is
|
|
|
|
+ /dev/hwrng.
|
|
|
|
+ The way to make use of this is to install the rng-tools package
|
|
|
|
+ (check your distro, or download from
|
|
|
|
+ http://sourceforge.net/projects/gkernel/). rngd periodically reads
|
|
|
|
+ /dev/hwrng and injects the entropy into /dev/random.
|