xref: /openbmc/linux/drivers/crypto/vmx/Kconfig (revision d2e3ae6f3abad839214f7b05c34075a1a7c82470)
1*d2e3ae6fSLeonidas S. Barbosaconfig CRYPTO_DEV_VMX_ENCRYPT
2*d2e3ae6fSLeonidas S. Barbosa	tristate "Encryption acceleration support on P8 CPU"
3*d2e3ae6fSLeonidas S. Barbosa	depends on PPC64 && CRYPTO_DEV_VMX
4*d2e3ae6fSLeonidas S. Barbosa	default y
5*d2e3ae6fSLeonidas S. Barbosa	help
6*d2e3ae6fSLeonidas S. Barbosa	  Support for VMX cryptographic acceleration instructions on Power8 CPU.
7*d2e3ae6fSLeonidas S. Barbosa	  This module supports acceleration for AES and GHASH in hardware. If you
8*d2e3ae6fSLeonidas S. Barbosa	  choose 'M' here, this module will be called vmx-crypto.
9