diff options
Diffstat (limited to 'drivers/s390/Kconfig')
-rw-r--r-- | drivers/s390/Kconfig | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/drivers/s390/Kconfig b/drivers/s390/Kconfig index 4d36208ff8de..ae89b9b88743 100644 --- a/drivers/s390/Kconfig +++ b/drivers/s390/Kconfig | |||
@@ -213,17 +213,35 @@ config MONREADER | |||
213 | help | 213 | help |
214 | Character device driver for reading z/VM monitor service records | 214 | Character device driver for reading z/VM monitor service records |
215 | 215 | ||
216 | config MONWRITER | ||
217 | tristate "API for writing z/VM monitor service records" | ||
218 | default "m" | ||
219 | help | ||
220 | Character device driver for writing z/VM monitor service records | ||
221 | |||
216 | endmenu | 222 | endmenu |
217 | 223 | ||
218 | menu "Cryptographic devices" | 224 | menu "Cryptographic devices" |
219 | 225 | ||
220 | config Z90CRYPT | 226 | config ZCRYPT |
221 | tristate "Support for PCI-attached cryptographic adapters" | 227 | tristate "Support for PCI-attached cryptographic adapters" |
222 | default "m" | 228 | select ZCRYPT_MONOLITHIC if ZCRYPT="y" |
223 | help | 229 | default "m" |
230 | help | ||
224 | Select this option if you want to use a PCI-attached cryptographic | 231 | Select this option if you want to use a PCI-attached cryptographic |
225 | adapter like the PCI Cryptographic Accelerator (PCICA) or the PCI | 232 | adapter like: |
226 | Cryptographic Coprocessor (PCICC). This option is also available | 233 | + PCI Cryptographic Accelerator (PCICA) |
227 | as a module called z90crypt.ko. | 234 | + PCI Cryptographic Coprocessor (PCICC) |
235 | + PCI-X Cryptographic Coprocessor (PCIXCC) | ||
236 | + Crypto Express2 Coprocessor (CEX2C) | ||
237 | + Crypto Express2 Accelerator (CEX2A) | ||
238 | |||
239 | config ZCRYPT_MONOLITHIC | ||
240 | bool "Monolithic zcrypt module" | ||
241 | depends on ZCRYPT="m" | ||
242 | help | ||
243 | Select this option if you want to have a single module z90crypt.ko | ||
244 | that contains all parts of the crypto device driver (ap bus, | ||
245 | request router and all the card drivers). | ||
228 | 246 | ||
229 | endmenu | 247 | endmenu |