Skip to content

Commit c73d187

Browse files
sfrothwellherbertx
authored andcommitted
crypto: hisilicon/qm - add more ACPI dependencies
due to the selects of CRYPTO_DEV_HISI_QM which now depends on ACPI Fixes: 6c6dd58 ("crypto: hisilicon/qm - add controller reset...") Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 3357b61 commit c73d187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/crypto/hisilicon/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ config CRYPTO_DEV_HISI_SEC2
2929
depends on PCI && PCI_MSI
3030
depends on UACCE || UACCE=n
3131
depends on ARM64 || (COMPILE_TEST && 64BIT)
32+
depends on ACPI
3233
help
3334
Support for HiSilicon SEC Engine of version 2 in crypto subsystem.
3435
It provides AES, SM4, and 3DES algorithms with ECB
@@ -53,6 +54,7 @@ config CRYPTO_DEV_HISI_ZIP
5354
depends on ARM64 || (COMPILE_TEST && 64BIT)
5455
depends on !CPU_BIG_ENDIAN || COMPILE_TEST
5556
depends on UACCE || UACCE=n
57+
depends on ACPI
5658
select CRYPTO_DEV_HISI_QM
5759
help
5860
Support for HiSilicon ZIP Driver
@@ -62,6 +64,7 @@ config CRYPTO_DEV_HISI_HPRE
6264
depends on PCI && PCI_MSI
6365
depends on UACCE || UACCE=n
6466
depends on ARM64 || (COMPILE_TEST && 64BIT)
67+
depends on ACPI
6568
select CRYPTO_DEV_HISI_QM
6669
select CRYPTO_DH
6770
select CRYPTO_RSA

0 commit comments

Comments
 (0)