diff options
author | Harald Freudenberger <freude@linux.vnet.ibm.com> | 2017-02-20 10:09:51 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-02-23 04:06:40 -0500 |
commit | a3358e3de3930e076c0f13f0a3507f3c5dc7c66b (patch) | |
tree | c47a21d0292f05fac223fb62abd0157b82ca4702 | |
parent | f546d6a941912e0ff1d2d7f37f302884f3accd12 (diff) |
s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.
The CONFIG_ZCRYPT Kconfig entry in drivers/crypto showed
outdated hardware whereas the latest cards where missing.
Reworked the text to reflect the current abilities of the
zcrypt device driver.
Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | drivers/crypto/Kconfig | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 79564785ae30..ae20ec55ab58 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -62,19 +62,16 @@ config CRYPTO_DEV_GEODE | |||
62 | will be called geode-aes. | 62 | will be called geode-aes. |
63 | 63 | ||
64 | config ZCRYPT | 64 | config ZCRYPT |
65 | tristate "Support for PCI-attached cryptographic adapters" | 65 | tristate "Support for s390 cryptographic adapters" |
66 | depends on S390 | 66 | depends on S390 |
67 | select HW_RANDOM | 67 | select HW_RANDOM |
68 | help | 68 | help |
69 | Select this option if you want to use a PCI-attached cryptographic | 69 | Select this option if you want to enable support for |
70 | adapter like: | 70 | s390 cryptographic adapters like: |
71 | + PCI Cryptographic Accelerator (PCICA) | ||
72 | + PCI Cryptographic Coprocessor (PCICC) | ||
73 | + PCI-X Cryptographic Coprocessor (PCIXCC) | 71 | + PCI-X Cryptographic Coprocessor (PCIXCC) |
74 | + Crypto Express2 Coprocessor (CEX2C) | 72 | + Crypto Express 2,3,4 or 5 Coprocessor (CEXxC) |
75 | + Crypto Express2 Accelerator (CEX2A) | 73 | + Crypto Express 2,3,4 or 5 Accelerator (CEXxA) |
76 | + Crypto Express3 Coprocessor (CEX3C) | 74 | + Crypto Express 4 or 5 EP11 Coprocessor (CEXxP) |
77 | + Crypto Express3 Accelerator (CEX3A) | ||
78 | 75 | ||
79 | config CRYPTO_SHA1_S390 | 76 | config CRYPTO_SHA1_S390 |
80 | tristate "SHA1 digest algorithm" | 77 | tristate "SHA1 digest algorithm" |