2 config CRYPTO_DEV_NX_ENCRYPT
3 tristate "Encryption acceleration support on pSeries platform"
4 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN
9 Support for PowerPC Nest (NX) encryption acceleration. This
10 module supports acceleration for AES and SHA2 algorithms on
11 the pSeries platform. If you choose 'M' here, this module
12 will be called nx_crypto.
14 config CRYPTO_DEV_NX_COMPRESS
15 tristate "Compression acceleration support"
20 Support for PowerPC Nest (NX) compression acceleration. This
21 module supports acceleration for compressing memory with the 842
22 algorithm using the cryptographic API. One of the platform
23 drivers must be selected also. If you choose 'M' here, this
24 module will be called nx_compress.
26 if CRYPTO_DEV_NX_COMPRESS
28 config CRYPTO_DEV_NX_COMPRESS_PSERIES
29 tristate "Compression acceleration support on pSeries platform"
30 depends on PPC_PSERIES && IBMVIO
33 Support for PowerPC Nest (NX) compression acceleration. This
34 module supports acceleration for compressing memory with the 842
35 algorithm. This supports NX hardware on the pSeries platform.
36 If you choose 'M' here, this module will be called nx_compress_pseries.
38 config CRYPTO_DEV_NX_COMPRESS_POWERNV
39 tristate "Compression acceleration support on PowerNV platform"
40 depends on PPC_POWERNV
43 Support for PowerPC Nest (NX) compression acceleration. This
44 module supports acceleration for compressing memory with the 842
45 algorithm. This supports NX hardware on the PowerNV platform.
46 If you choose 'M' here, this module will be called nx_compress_powernv.