2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-02-06 16:59:48 +00:00
|
|
|
config CRYPTO_DEV_VMX_ENCRYPT
|
|
|
|
tristate "Encryption acceleration support on P8 CPU"
|
2015-06-15 08:55:07 +00:00
|
|
|
depends on CRYPTO_DEV_VMX
|
2022-02-23 15:11:15 +00:00
|
|
|
select CRYPTO_AES
|
|
|
|
select CRYPTO_CBC
|
|
|
|
select CRYPTO_CTR
|
2016-09-28 16:42:11 +00:00
|
|
|
select CRYPTO_GHASH
|
2022-02-23 15:11:15 +00:00
|
|
|
select CRYPTO_XTS
|
2016-07-19 04:03:53 +00:00
|
|
|
default m
|
2015-02-06 16:59:48 +00: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.
|