GNU Linux-libre 4.19.268-gnu1
[releases.git] / drivers / crypto / vmx / Kconfig
1 config CRYPTO_DEV_VMX_ENCRYPT
2         tristate "Encryption acceleration support on P8 CPU"
3         depends on CRYPTO_DEV_VMX
4         select CRYPTO_AES
5         select CRYPTO_CBC
6         select CRYPTO_CTR
7         select CRYPTO_GHASH
8         select CRYPTO_XTS
9         default m
10         help
11           Support for VMX cryptographic acceleration instructions on Power8 CPU.
12           This module supports acceleration for AES and GHASH in hardware. If you
13           choose 'M' here, this module will be called vmx-crypto.