xref: /openbmc/linux/drivers/crypto/vmx/Kconfig (revision 58c9d407)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2d2e3ae6fSLeonidas S. Barbosaconfig CRYPTO_DEV_VMX_ENCRYPT
3d2e3ae6fSLeonidas S. Barbosa	tristate "Encryption acceleration support on P8 CPU"
40903e435SHerbert Xu	depends on CRYPTO_DEV_VMX
5*58c9d407SPetr Vorel	select CRYPTO_AES
6*58c9d407SPetr Vorel	select CRYPTO_CBC
7*58c9d407SPetr Vorel	select CRYPTO_CTR
88df4f27cSMarcelo Cerri	select CRYPTO_GHASH
9*58c9d407SPetr Vorel	select CRYPTO_XTS
10ccf5c442SAlastair D'Silva	default m
11d2e3ae6fSLeonidas S. Barbosa	help
12d2e3ae6fSLeonidas S. Barbosa	  Support for VMX cryptographic acceleration instructions on Power8 CPU.
13d2e3ae6fSLeonidas S. Barbosa	  This module supports acceleration for AES and GHASH in hardware. If you
14d2e3ae6fSLeonidas S. Barbosa	  choose 'M' here, this module will be called vmx-crypto.
15