aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-08-13 07:33:06 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2009-08-13 08:41:25 -0400
commit73fec1209433d6b33924c1b06122ee217ce98931 (patch)
tree5551991e2d2bfa5c62fe8589eed6b7df44a450c1 /crypto/Kconfig
parenta8ccc393ddcdff2e0288dc459f03d561ae27b51d (diff)
Revert crypto: fips - Select CPRNG
This reverts commit 215ccd6f55a2144bd553e0a3d12e1386f02309fd. It causes CPRNG and everything selected by it to be built-in whenever FIPS is enabled. The problem is that it is selecting a tristate from a bool, which is usually not what is intended. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 5105cf15834f..1db09958eb71 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -23,7 +23,6 @@ comment "Crypto core or helper"
23 23
24config CRYPTO_FIPS 24config CRYPTO_FIPS
25 bool "FIPS 200 compliance" 25 bool "FIPS 200 compliance"
26 select CRYPTO_ANSI_CPRNG
27 help 26 help
28 This options enables the fips boot option which is 27 This options enables the fips boot option which is
29 required if you want to system to operate in a FIPS 200 28 required if you want to system to operate in a FIPS 200