aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/Kconfig
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2006-09-20 09:58:34 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2006-09-20 09:58:34 -0400
commitfe3a1be59c851aba2330387596c6134bc5ec8397 (patch)
tree72f29650a763d127246181a49e92cf2b573212a7 /drivers/s390/Kconfig
parent6684af1a07a1f88f3970bc90e5aed173d39168db (diff)
[S390] zcrypt driver Makefile, Kconfig and monolithic build.
The Makefile and Kconfig changes should be obvious. The monolithic build option is there to create an old-style z90crypt module for backward compatability to older distributions. Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/Kconfig')
-rw-r--r--drivers/s390/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/s390/Kconfig b/drivers/s390/Kconfig
index f0ea550d39bc..bc4261e8b606 100644
--- a/drivers/s390/Kconfig
+++ b/drivers/s390/Kconfig
@@ -217,4 +217,25 @@ endmenu
217 217
218menu "Cryptographic devices" 218menu "Cryptographic devices"
219 219
220config ZCRYPT
221 tristate "Support for PCI-attached cryptographic adapters"
222 select ZCRYPT_MONOLITHIC if ZCRYPT="y"
223 default "m"
224 help
225 Select this option if you want to use a PCI-attached cryptographic
226 adapter like:
227 + PCI Cryptographic Accelerator (PCICA)
228 + PCI Cryptographic Coprocessor (PCICC)
229 + PCI-X Cryptographic Coprocessor (PCIXCC)
230 + Crypto Express2 Coprocessor (CEX2C)
231 + Crypto Express2 Accelerator (CEX2A)
232
233config ZCRYPT_MONOLITHIC
234 bool "Monolithic zcrypt module"
235 depends on ZCRYPT="m"
236 help
237 Select this option if you want to have a single module z90crypt.ko
238 that contains all parts of the crypto device driver (ap bus,
239 request router and all the card drivers).
240
220endmenu 241endmenu