blob: ad7552a6998c081a61cbc0fbf5f9d2e28c629bcd [file] [log] [blame]
Dan Streetman7011a122015-05-07 13:49:17 -04001
Seth Jennings322cacc2012-07-19 09:42:38 -05002config CRYPTO_DEV_NX_ENCRYPT
Dan Streetman7011a122015-05-07 13:49:17 -04003 tristate "Encryption acceleration support on pSeries platform"
4 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN
Seth Jennings322cacc2012-07-19 09:42:38 -05005 default y
6 select CRYPTO_AES
Seth Jennings322cacc2012-07-19 09:42:38 -05007 select CRYPTO_CCM
Seth Jennings322cacc2012-07-19 09:42:38 -05008 help
Dan Streetman7011a122015-05-07 13:49:17 -04009 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.
Seth Jennings0e16aaf2012-07-19 09:42:40 -050013
14config CRYPTO_DEV_NX_COMPRESS
15 tristate "Compression acceleration support"
Seth Jennings0e16aaf2012-07-19 09:42:40 -050016 default y
Dan Streetmand31581a2015-07-22 14:26:36 -040017 select CRYPTO_ALGAPI
18 select 842_DECOMPRESS
Seth Jennings0e16aaf2012-07-19 09:42:40 -050019 help
Dan Streetman7011a122015-05-07 13:49:17 -040020 Support for PowerPC Nest (NX) compression acceleration. This
21 module supports acceleration for compressing memory with the 842
Dan Streetmand31581a2015-07-22 14:26:36 -040022 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.
Dan Streetman7011a122015-05-07 13:49:17 -040025
26if CRYPTO_DEV_NX_COMPRESS
27
28config CRYPTO_DEV_NX_COMPRESS_PSERIES
29 tristate "Compression acceleration support on pSeries platform"
Dan Streetmanc47d6302015-06-18 12:05:30 -040030 depends on PPC_PSERIES && IBMVIO
Dan Streetman7011a122015-05-07 13:49:17 -040031 default y
32 help
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.
37
Dan Streetman99182a422015-05-07 13:49:19 -040038config CRYPTO_DEV_NX_COMPRESS_POWERNV
39 tristate "Compression acceleration support on PowerNV platform"
40 depends on PPC_POWERNV
41 default y
42 help
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.
47
Dan Streetman7011a122015-05-07 13:49:17 -040048endif