Skip to content

Commit 33c148a

Browse files
committed
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "Fix a number of autobuild failures due to missing Kconfig dependencies" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: qat - add CRYPTO_AES to Kconfig dependencies crypto: keembay - Add dependency on HAS_IOMEM crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY
2 parents cce622a + c0e583a commit 33c148a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

drivers/crypto/keembay/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
config CRYPTO_DEV_KEEMBAY_OCS_AES_SM4
22
tristate "Support for Intel Keem Bay OCS AES/SM4 HW acceleration"
3-
depends on OF || COMPILE_TEST
3+
depends on HAS_IOMEM
4+
depends on ARCH_KEEMBAY || COMPILE_TEST
45
select CRYPTO_SKCIPHER
56
select CRYPTO_AEAD
67
select CRYPTO_ENGINE
78
help
89
Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) AES and
9-
SM4 cihper hardware acceleration for use with Crypto API.
10+
SM4 cipher hardware acceleration for use with Crypto API.
1011

1112
Provides HW acceleration for the following transformations:
1213
cbc(aes), ctr(aes), ccm(aes), gcm(aes), cbc(sm4), ctr(sm4), ccm(sm4)

drivers/crypto/qat/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config CRYPTO_DEV_QAT
1111
select CRYPTO_SHA1
1212
select CRYPTO_SHA256
1313
select CRYPTO_SHA512
14+
select CRYPTO_AES
1415
select FW_LOADER
1516

1617
config CRYPTO_DEV_QAT_DH895xCC

0 commit comments

Comments
 (0)