xref: /openbmc/linux/drivers/crypto/vmx/Kconfig (revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
1config CRYPTO_DEV_VMX_ENCRYPT
2	tristate "Encryption acceleration support on P8 CPU"
3	depends on 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