projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a712660
)
crypto: sun4i-ss - remove dependency on not 64BIT
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Thu, 14 Nov 2019 10:49:07 +0000
(11:49 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 22 Nov 2019 10:48:37 +0000
(18:48 +0800)
The driver now compile without warnings on 64bits, we can remove the
!64BIT condition.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/allwinner/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/crypto/allwinner/Kconfig
b/drivers/crypto/allwinner/Kconfig
index 22c9d6b4b744136728bed47596f9646e47b98ea7..12e7c6a85a026797f2eb1dfdf610a9bcf1d5c709 100644
(file)
--- 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