2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-02-07 00:59:48 +08:00
|
|
|
config CRYPTO_DEV_VMX_ENCRYPT
|
|
|
|
tristate "Encryption acceleration support on P8 CPU"
|
2015-06-15 16:55:07 +08:00
|
|
|
depends on CRYPTO_DEV_VMX
|
2024-06-12 13:13:20 +08:00
|
|
|
select CRYPTO_AES
|
|
|
|
select CRYPTO_CBC
|
|
|
|
select CRYPTO_CTR
|
2016-09-29 00:42:11 +08:00
|
|
|
select CRYPTO_GHASH
|
2024-06-12 13:13:20 +08:00
|
|
|
select CRYPTO_XTS
|
2016-07-19 12:03:53 +08:00
|
|
|
default m
|
2015-02-07 00:59:48 +08:00
|
|
|
help
|
|
|
|
Support for VMX cryptographic acceleration instructions on Power8 CPU.
|
|
|
|
This module supports acceleration for AES and GHASH in hardware. If you
|
|
|
|
choose 'M' here, this module will be called vmx-crypto.
|