diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 776f90d249a0..a784c2dce57e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -21,6 +21,14 @@ if CRYPTO | |||
21 | 21 | ||
22 | comment "Crypto core or helper" | 22 | comment "Crypto core or helper" |
23 | 23 | ||
24 | config CRYPTO_FIPS | ||
25 | bool "FIPS 200 compliance" | ||
26 | help | ||
27 | This options enables the fips boot option which is | ||
28 | required if you want to system to operate in a FIPS 200 | ||
29 | certification. You should say no unless you know what | ||
30 | this is. | ||
31 | |||
24 | config CRYPTO_ALGAPI | 32 | config CRYPTO_ALGAPI |
25 | tristate | 33 | tristate |
26 | help | 34 | help |