OSDN Git Service

crypto/nx: disable NX on little endian builds
authorAnton Blanchard <anton@samba.org>
Sat, 7 Jun 2014 01:33:34 +0000 (11:33 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Jun 2014 07:03:19 +0000 (17:03 +1000)
The NX driver has endian issues so disable it for now.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/crypto/Kconfig

index f066fa2..02f177a 100644 (file)
@@ -313,7 +313,7 @@ config CRYPTO_DEV_S5P
 
 config CRYPTO_DEV_NX
        bool "Support for IBM Power7+ in-Nest cryptographic acceleration"
-       depends on PPC64 && IBMVIO
+       depends on PPC64 && IBMVIO && !CPU_LITTLE_ENDIAN
        default n
        help
          Support for Power7+ in-Nest cryptographic acceleration.