]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/crypto/nx/Kconfig
crypto: nx - add NX-842 platform frontend driver
[mirror_ubuntu-artful-kernel.git] / drivers / crypto / nx / Kconfig
CommitLineData
7011a122 1
322cacce 2config CRYPTO_DEV_NX_ENCRYPT
7011a122
DS
3 tristate "Encryption acceleration support on pSeries platform"
4 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN
322cacce 5 default y
7011a122 6 select CRYPTO_ALGAPI
322cacce
SJ
7 select CRYPTO_AES
8 select CRYPTO_CBC
9 select CRYPTO_ECB
10 select CRYPTO_CCM
11 select CRYPTO_GCM
12 select CRYPTO_AUTHENC
13 select CRYPTO_XCBC
14 select CRYPTO_SHA256
15 select CRYPTO_SHA512
16 help
7011a122
DS
17 Support for PowerPC Nest (NX) encryption acceleration. This
18 module supports acceleration for AES and SHA2 algorithms on
19 the pSeries platform. If you choose 'M' here, this module
20 will be called nx_crypto.
0e16aafb
SJ
21
22config CRYPTO_DEV_NX_COMPRESS
23 tristate "Compression acceleration support"
0e16aafb
SJ
24 default y
25 help
7011a122
DS
26 Support for PowerPC Nest (NX) compression acceleration. This
27 module supports acceleration for compressing memory with the 842
28 algorithm. One of the platform drivers must be selected also.
29 If you choose 'M' here, this module will be called nx_compress.
30
31if CRYPTO_DEV_NX_COMPRESS
32
33config CRYPTO_DEV_NX_COMPRESS_PSERIES
34 tristate "Compression acceleration support on pSeries platform"
35 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN
36 default y
37 help
38 Support for PowerPC Nest (NX) compression acceleration. This
39 module supports acceleration for compressing memory with the 842
40 algorithm. This supports NX hardware on the pSeries platform.
41 If you choose 'M' here, this module will be called nx_compress_pseries.
42
43endif