1config CRYPTO_DEV_VMX_ENCRYPT
2	tristate "Encryption acceleration support on P8 CPU"
3	depends on PPC64 && CRYPTO_DEV_VMX
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.
9