提交 7ca2a71d 编写于 作者: C Corentin Labbe 提交者: Herbert Xu

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: NCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 a7126603
...@@ -7,7 +7,7 @@ config CRYPTO_DEV_ALLWINNER ...@@ -7,7 +7,7 @@ config CRYPTO_DEV_ALLWINNER
config CRYPTO_DEV_SUN4I_SS config CRYPTO_DEV_SUN4I_SS
tristate "Support for Allwinner Security System cryptographic accelerator" tristate "Support for Allwinner Security System cryptographic accelerator"
depends on ARCH_SUNXI && !64BIT depends on ARCH_SUNXI
depends on PM depends on PM
depends on CRYPTO_DEV_ALLWINNER depends on CRYPTO_DEV_ALLWINNER
select CRYPTO_MD5 select CRYPTO_MD5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册