X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fs390%2FKconfig;h=ae89b9b88743462538ba6069b268a13642530045;hb=43f82216f0bd114599f4a221ae6924f3658a0c9a;hp=f0ea550d39bcdff25a2623b0e451d5697345c6e9;hpb=7561b974e0cbbdca1bb880b55200afd9a1a20737;p=powerpc.git diff --git a/drivers/s390/Kconfig b/drivers/s390/Kconfig index f0ea550d39..ae89b9b887 100644 --- a/drivers/s390/Kconfig +++ b/drivers/s390/Kconfig @@ -213,8 +213,35 @@ config MONREADER help Character device driver for reading z/VM monitor service records +config MONWRITER + tristate "API for writing z/VM monitor service records" + default "m" + help + Character device driver for writing z/VM monitor service records + endmenu menu "Cryptographic devices" +config ZCRYPT + tristate "Support for PCI-attached cryptographic adapters" + select ZCRYPT_MONOLITHIC if ZCRYPT="y" + default "m" + help + Select this option if you want to use a PCI-attached cryptographic + adapter like: + + PCI Cryptographic Accelerator (PCICA) + + PCI Cryptographic Coprocessor (PCICC) + + PCI-X Cryptographic Coprocessor (PCIXCC) + + Crypto Express2 Coprocessor (CEX2C) + + Crypto Express2 Accelerator (CEX2A) + +config ZCRYPT_MONOLITHIC + bool "Monolithic zcrypt module" + depends on ZCRYPT="m" + help + Select this option if you want to have a single module z90crypt.ko + that contains all parts of the crypto device driver (ap bus, + request router and all the card drivers). + endmenu