diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 89299f4ffe12..85af57100923 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -40,8 +40,8 @@ config CRYPTO_SHA1 | |||
40 | help | 40 | help |
41 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 41 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
42 | 42 | ||
43 | config CRYPTO_SHA1_Z990 | 43 | config CRYPTO_SHA1_S390 |
44 | tristate "SHA1 digest algorithm for IBM zSeries z990" | 44 | tristate "SHA1 digest algorithm (s390)" |
45 | depends on CRYPTO && ARCH_S390 | 45 | depends on CRYPTO && ARCH_S390 |
46 | help | 46 | help |
47 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 47 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
@@ -98,8 +98,8 @@ config CRYPTO_DES | |||
98 | help | 98 | help |
99 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). | 99 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). |
100 | 100 | ||
101 | config CRYPTO_DES_Z990 | 101 | config CRYPTO_DES_S390 |
102 | tristate "DES and Triple DES cipher algorithms for IBM zSeries z990" | 102 | tristate "DES and Triple DES cipher algorithms (s390)" |
103 | depends on CRYPTO && ARCH_S390 | 103 | depends on CRYPTO && ARCH_S390 |
104 | help | 104 | help |
105 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). | 105 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). |