1 menu "Hardware crypto devices"
3 config CRYPTO_DEV_PADLOCK
4 tristate "Support for VIA PadLock ACE"
9 Some VIA processors come with an integrated crypto engine
10 (so called VIA PadLock ACE, Advanced Cryptography Engine)
11 that provides instructions for very fast cryptographic
12 operations with supported algorithms.
14 The instructions are used only when the CPU supports them.
15 Otherwise software encryption is used.
17 config CRYPTO_DEV_PADLOCK_AES
18 tristate "PadLock driver for AES algorithm"
19 depends on CRYPTO_DEV_PADLOCK
20 select CRYPTO_BLKCIPHER
23 Use VIA PadLock for AES algorithm.
25 Available in VIA C3 and newer CPUs.
27 If unsure say M. The compiled module will be
30 config CRYPTO_DEV_PADLOCK_SHA
31 tristate "PadLock driver for SHA1 and SHA256 algorithms"
32 depends on CRYPTO_DEV_PADLOCK
37 Use VIA PadLock for SHA1/SHA256 algorithms.
39 Available in VIA C7 and newer processors.
41 If unsure say M. The compiled module will be
44 source "arch/s390/crypto/Kconfig"
46 config CRYPTO_DEV_GEODE
47 tristate "Support for the Geode LX AES engine"
48 depends on X86_32 && PCI
50 select CRYPTO_BLKCIPHER
53 Say 'Y' here to use the AMD Geode LX processor on-board AES
54 engine for the CryptoAPI AES algorithm.
56 To compile this driver as a module, choose M here: the module
57 will be called geode-aes.
60 tristate "Support for PCI-attached cryptographic adapters"
62 select ZCRYPT_MONOLITHIC if ZCRYPT="y"
65 Select this option if you want to use a PCI-attached cryptographic
67 + PCI Cryptographic Accelerator (PCICA)
68 + PCI Cryptographic Coprocessor (PCICC)
69 + PCI-X Cryptographic Coprocessor (PCIXCC)
70 + Crypto Express2 Coprocessor (CEX2C)
71 + Crypto Express2 Accelerator (CEX2A)
73 config ZCRYPT_MONOLITHIC
74 bool "Monolithic zcrypt module"
77 Select this option if you want to have a single module z90crypt.ko
78 that contains all parts of the crypto device driver (ap bus,
79 request router and all the card drivers).