mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
hwrng: Kconfig - Correct help text about feeding entropy pool
Modify Kconfig help text to reflect the fact that random data from hwrng is fed into kernel random number generator's entropy pool. Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
6a8487a1f2
commit
60f3aaee73
1 changed files with 2 additions and 4 deletions
|
@ -13,10 +13,8 @@ menuconfig HW_RANDOM
|
||||||
that's usually called /dev/hwrng, and which exposes one
|
that's usually called /dev/hwrng, and which exposes one
|
||||||
of possibly several hardware random number generators.
|
of possibly several hardware random number generators.
|
||||||
|
|
||||||
These hardware random number generators do not feed directly
|
These hardware random number generators do feed into the
|
||||||
into the kernel's random number generator. That is usually
|
kernel's random number generator entropy pool.
|
||||||
handled by the "rngd" daemon. Documentation/hw_random.txt
|
|
||||||
has more information.
|
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue