From 9f38b678ffc4e2ccf167a1131c0403dc4f5e1bb7 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Mon, 21 Jun 2021 18:59:26 +0000 Subject: crypto: sl3516 - depends on HAS_IOMEM The sl3516 driver need to depend on HAS_IOMEM. This fixes a build error: ERROR: modpost: "devm_platform_ioremap_resource" [drivers/crypto/gemini/sl3516-ce.ko] undefined! Reported-by: kernel test robot Signed-off-by: Corentin Labbe Signed-off-by: Herbert Xu --- drivers/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/crypto') diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 6f14f39d32e3..ebcec460c045 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -268,6 +268,7 @@ config CRYPTO_DEV_NIAGARA2 config CRYPTO_DEV_SL3516 tristate "Stormlink SL3516 crypto offloader" + depends on HAS_IOMEM select CRYPTO_SKCIPHER select CRYPTO_ENGINE select CRYPTO_ECB -- cgit v1.2.3