Skip to content

Commit 167316a

Browse files
dalessanherbertx
authored andcommitted
crypto: keembay - Add dependency on HAS_IOMEM
Add dependency for CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 on HAS_IOMEM to prevent build failures. Fixes: 8857433 ("crypto: keembay - Add support for Keem Bay OCS AES/SM4") Reported-by: kernel test robot <[email protected]> Signed-off-by: Daniele Alessandrelli <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent c5b840a commit 167316a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/keembay/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config CRYPTO_DEV_KEEMBAY_OCS_AES_SM4
22
tristate "Support for Intel Keem Bay OCS AES/SM4 HW acceleration"
3+
depends on HAS_IOMEM
34
depends on ARCH_KEEMBAY || COMPILE_TEST
45
select CRYPTO_SKCIPHER
56
select CRYPTO_AEAD

0 commit comments

Comments
 (0)