mirror of https://gitee.com/openkylin/linux.git
crypto: hisilicon/hpre - fix Kconfig
hpre select 'CRYPTO_ECDH' and 'CRYPTO_CURVE25519'. Signed-off-by: Hui Tang <tanghui20@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
670fefb924
commit
7d15697983
|
@ -65,10 +65,11 @@ config CRYPTO_DEV_HISI_HPRE
|
|||
depends on UACCE || UACCE=n
|
||||
depends on ARM64 || (COMPILE_TEST && 64BIT)
|
||||
depends on ACPI
|
||||
select CRYPTO_LIB_CURVE25519_GENERIC
|
||||
select CRYPTO_DEV_HISI_QM
|
||||
select CRYPTO_DH
|
||||
select CRYPTO_RSA
|
||||
select CRYPTO_CURVE25519
|
||||
select CRYPTO_ECDH
|
||||
help
|
||||
Support for HiSilicon HPRE(High Performance RSA Engine)
|
||||
accelerator, which can accelerate RSA and DH algorithms.
|
||||
|
|
Loading…
Reference in New Issue