summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2009-06-21 21:38:03 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-21 21:38:03 +0800
commitcb5506345ce21a74e997871bb3d09e322d0b5528 (patch)
tree313b02947536c370556e3d28e038249692dc76e4
parentde7e328af5d4d44f50e176e70de456db5b3c6ec0 (diff)
downloadlinux-crypto-cb5506345ce21a74e997871bb3d09e322d0b5528.tar.gz
linux-crypto-cb5506345ce21a74e997871bb3d09e322d0b5528.zip
crypto: fips - Select CPRNG
The ANSI CPRNG has no dependence on FIPS support. FIPS support however, requires the use of the CPRNG. Adjust that depedency relationship in Kconfig. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 03ef1a98..f2002d8e 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -23,6 +23,7 @@ comment "Crypto core or helper"
config CRYPTO_FIPS
bool "FIPS 200 compliance"
+ select CRYPTO_ANSI_CPRNG
help
This options enables the fips boot option which is
required if you want to system to operate in a FIPS 200