crypto: sunxi-ss - prevent compilation on 64-bit
authorAndre Przywara <andre.przywara@arm.com>
Mon, 1 Feb 2016 17:39:21 +0000 (17:39 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 6 Feb 2016 07:33:21 +0000 (15:33 +0800)
commitf823ab93c518f49c94453bfa9f5c2de6129c9fc6
tree351da81e07e019d6a8da8b11694938a42b748e18
parent896545098777564212b9e91af4c973f094649aa7
crypto: sunxi-ss - prevent compilation on 64-bit

The driver for the sunxi-ss crypto engine is not entirely 64-bit safe,
compilation on arm64 spits some warnings.
The proper fix was deemed to involved [1], so since 64-bit SoCs won't
have this IP block we just disable this driver for 64-bit.

[1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/399988.html
     (and the reply)

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Corentin LABBE <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig