Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 1 | |
Seth Jennings | 322cacc | 2012-07-19 09:42:38 -0500 | [diff] [blame] | 2 | config CRYPTO_DEV_NX_ENCRYPT |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 3 | tristate "Encryption acceleration support on pSeries platform" |
| 4 | depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN |
Seth Jennings | 322cacc | 2012-07-19 09:42:38 -0500 | [diff] [blame] | 5 | default y |
| 6 | select CRYPTO_AES |
Seth Jennings | 322cacc | 2012-07-19 09:42:38 -0500 | [diff] [blame] | 7 | select CRYPTO_CCM |
Seth Jennings | 322cacc | 2012-07-19 09:42:38 -0500 | [diff] [blame] | 8 | help |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 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. |
Seth Jennings | 0e16aaf | 2012-07-19 09:42:40 -0500 | [diff] [blame] | 13 | |
| 14 | config CRYPTO_DEV_NX_COMPRESS |
| 15 | tristate "Compression acceleration support" |
Seth Jennings | 0e16aaf | 2012-07-19 09:42:40 -0500 | [diff] [blame] | 16 | default y |
Dan Streetman | d31581a | 2015-07-22 14:26:36 -0400 | [diff] [blame] | 17 | select CRYPTO_ALGAPI |
| 18 | select 842_DECOMPRESS |
Seth Jennings | 0e16aaf | 2012-07-19 09:42:40 -0500 | [diff] [blame] | 19 | help |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 20 | Support for PowerPC Nest (NX) compression acceleration. This |
| 21 | module supports acceleration for compressing memory with the 842 |
Dan Streetman | d31581a | 2015-07-22 14:26:36 -0400 | [diff] [blame] | 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. |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 25 | |
| 26 | if CRYPTO_DEV_NX_COMPRESS |
| 27 | |
| 28 | config CRYPTO_DEV_NX_COMPRESS_PSERIES |
| 29 | tristate "Compression acceleration support on pSeries platform" |
Dan Streetman | c47d630 | 2015-06-18 12:05:30 -0400 | [diff] [blame] | 30 | depends on PPC_PSERIES && IBMVIO |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 31 | 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 Streetman | 99182a42 | 2015-05-07 13:49:19 -0400 | [diff] [blame] | 38 | config 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 Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 48 | endif |