diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 795e31c8aec2..43b7473ff19b 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -666,6 +666,15 @@ config CRYPTO_LZO | |||
666 | help | 666 | help |
667 | This is the LZO algorithm. | 667 | This is the LZO algorithm. |
668 | 668 | ||
669 | comment "Random Number Generation" | ||
670 | |||
671 | config CRYPTO_PRNG | ||
672 | tristate "Pseudo Random Number Generation for Cryptographic modules" | ||
673 | help | ||
674 | This option enables the generic pseudo random number generator | ||
675 | for cryptographic modules. Uses the Algorithm specified in | ||
676 | ANSI X9.31 A.2.4 | ||
677 | |||
669 | source "drivers/crypto/Kconfig" | 678 | source "drivers/crypto/Kconfig" |
670 | 679 | ||
671 | endif # if CRYPTO | 680 | endif # if CRYPTO |