1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_VMX_ENCRYPT 3 tristate "Encryption acceleration support on P8 CPU" 4 depends on CRYPTO_DEV_VMX 5 select CRYPTO_AES 6 select CRYPTO_CBC 7 select CRYPTO_CTR 8 select CRYPTO_GHASH 9 select CRYPTO_XTS 10 default m 11 help 12 Support for VMX cryptographic acceleration instructions on Power8 CPU. 13 This module supports acceleration for AES and GHASH in hardware. If you 14 choose 'M' here, this module will be called vmx-crypto. 15