Skip to content

Commit e281119

Browse files
dalessanherbertx
authored andcommitted
crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAY
Add the following additional dependencies for CRYPTO_DEV_KEEMBAY_OCS_HCU: - HAS_IOMEM to prevent build failures - ARCH_KEEMBAY to prevent asking the user about this driver when configuring a kernel without Intel Keem Bay platform support. Signed-off-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 2aa3da2 commit e281119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/crypto/keembay/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ config CRYPTO_DEV_KEEMBAY_OCS_HCU
4343
tristate "Support for Intel Keem Bay OCS HCU HW acceleration"
4444
select CRYPTO_HASH
4545
select CRYPTO_ENGINE
46+
depends on HAS_IOMEM
47+
depends on ARCH_KEEMBAY || COMPILE_TEST
4648
depends on OF || COMPILE_TEST
4749
help
4850
Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash

0 commit comments

Comments
 (0)