From: Geert Uytterhoeven Date: Fri, 25 Jun 2021 13:27:24 +0000 (+0200) Subject: crypto: sl3516 - Add dependency on ARCH_GEMINI X-Git-Tag: v5.15~755^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e29dd5c8382e39210a180b75b68912f536893ef0;p=platform%2Fkernel%2Flinux-starfive.git crypto: sl3516 - Add dependency on ARCH_GEMINI The Storlink SL3516 crypto engine is only present on Storlink Semiconductor/Storm Semiconductor/Cortina Systems Gemini SoCs. Hence add a dependency on ARCH_GEMINI, to prevent asking the user about this driver when configuring a kernel without Gemini support. While at it, group the dependencies. Fixes: 46c5338db7bd45b2 ("crypto: sl3516 - Add sl3516 crypto engine") Signed-off-by: Geert Uytterhoeven Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 8796ddf..51690e7 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -268,13 +268,13 @@ config CRYPTO_DEV_NIAGARA2 config CRYPTO_DEV_SL3516 tristate "Storlink SL3516 crypto offloader" - depends on HAS_IOMEM + depends on ARCH_GEMINI || COMPILE_TEST + depends on HAS_IOMEM && PM select CRYPTO_SKCIPHER select CRYPTO_ENGINE select CRYPTO_ECB select CRYPTO_AES select HW_RANDOM - depends on PM help This option allows you to have support for SL3516 crypto offloader.