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 |
Leonidas S. Barbosa | d2e3ae6 | 2015-02-06 14:59:48 -0200 | [diff] [blame] | 4 | default y |
| 5 | help |
| 6 | Support for VMX cryptographic acceleration instructions on Power8 CPU. |
| 7 | This module supports acceleration for AES and GHASH in hardware. If you |
| 8 | choose 'M' here, this module will be called vmx-crypto. |