From: Corentin Labbe Date: Thu, 14 Nov 2019 10:49:07 +0000 (+0100) Subject: crypto: sun4i-ss - remove dependency on not 64BIT X-Git-Tag: v5.5-rc1~175^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ca2a71d177f51d1d0d339657d3b0cc988d1518e;p=thirdparty%2Fkernel%2Flinux.git crypto: sun4i-ss - remove dependency on not 64BIT The driver now compile without warnings on 64bits, we can remove the !64BIT condition. Signed-off-by: Corentin Labbe Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/allwinner/Kconfig b/drivers/crypto/allwinner/Kconfig index 22c9d6b4b7441..12e7c6a85a026 100644 --- a/drivers/crypto/allwinner/Kconfig +++ b/drivers/crypto/allwinner/Kconfig @@ -7,7 +7,7 @@ config CRYPTO_DEV_ALLWINNER config CRYPTO_DEV_SUN4I_SS tristate "Support for Allwinner Security System cryptographic accelerator" - depends on ARCH_SUNXI && !64BIT + depends on ARCH_SUNXI depends on PM depends on CRYPTO_DEV_ALLWINNER select CRYPTO_MD5