Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CRYPTO_DEV_VMX_ENCRYPT
0003         tristate "Encryption acceleration support on P8 CPU"
0004         depends on CRYPTO_DEV_VMX
0005         select CRYPTO_AES
0006         select CRYPTO_CBC
0007         select CRYPTO_CTR
0008         select CRYPTO_GHASH
0009         select CRYPTO_XTS
0010         default m
0011         help
0012           Support for VMX cryptographic acceleration instructions on Power8 CPU.
0013           This module supports acceleration for AES and GHASH in hardware. If you
0014           choose 'M' here, this module will be called vmx-crypto.