2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-02-06 14:59:48 -02: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
|
2022-02-23 16:11:15 +01:00
|
|
|
select CRYPTO_AES
|
|
|
|
|
select CRYPTO_CBC
|
|
|
|
|
select CRYPTO_CTR
|
2016-09-28 13:42:11 -03:00
|
|
|
select CRYPTO_GHASH
|
2022-02-23 16:11:15 +01:00
|
|
|
select CRYPTO_XTS
|
2016-07-19 14:03:53 +10:00
|
|
|
default m
|
2015-02-06 14:59:48 -02: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.
|