Leonidas S. Barbosa | d2e3ae6 | 2015-02-06 14:59:48 -0200 | [diff] [blame] | 1 | config CRYPTO_DEV_VMX_ENCRYPT |
| 2 | tristate "Encryption acceleration support on P8 CPU" |
Herbert Xu | 0903e43 | 2015-06-15 16:55:07 +0800 | [diff] [blame] | 3 | depends on CRYPTO_DEV_VMX |
Marcelo Cerri | 8df4f27 | 2016-09-28 13:42:11 -0300 | [diff] [blame] | 4 | select CRYPTO_GHASH |
Alastair D'Silva | ccf5c44 | 2016-07-19 14:03:53 +1000 | [diff] [blame] | 5 | default m |
Leonidas S. Barbosa | d2e3ae6 | 2015-02-06 14:59:48 -0200 | [diff] [blame] | 6 | help |
| 7 | Support for VMX cryptographic acceleration instructions on Power8 CPU. |
| 8 | This module supports acceleration for AES and GHASH in hardware. If you |
| 9 | choose 'M' here, this module will be called vmx-crypto. |