diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2009-06-21 21:38:03 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-06-21 21:38:03 +0800 |
commit | 215ccd6f55a2144bd553e0a3d12e1386f02309fd (patch) | |
tree | c1c70a40344886ffb8822255c40afa1543c2f7dd /crypto/Kconfig | |
parent | ea4006576945195ed35824acfb4007ca7cb78b70 (diff) |
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>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 03ef1a986d8..f2002d8e5f6 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 |