diff options
author | Anton Blanchard <anton@samba.org> | 2014-06-06 21:33:34 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-11 03:03:19 -0400 |
commit | 8b9f9269bcfb4fe9b44bb52aac1ce796834109fe (patch) | |
tree | 58eaeb30fbc55ffad38c4118c96fa37a3c371255 /drivers/crypto | |
parent | 1bd098903fda069cb96fe8b5cb4595b46c683385 (diff) |
crypto/nx: disable NX on little endian builds
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>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index f066fa23cc05..02f177aeb16c 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -313,7 +313,7 @@ config CRYPTO_DEV_S5P | |||
313 | 313 | ||
314 | config CRYPTO_DEV_NX | 314 | config CRYPTO_DEV_NX |
315 | bool "Support for IBM Power7+ in-Nest cryptographic acceleration" | 315 | bool "Support for IBM Power7+ in-Nest cryptographic acceleration" |
316 | depends on PPC64 && IBMVIO | 316 | depends on PPC64 && IBMVIO && !CPU_LITTLE_ENDIAN |
317 | default n | 317 | default n |
318 | help | 318 | help |
319 | Support for Power7+ in-Nest cryptographic acceleration. | 319 | Support for Power7+ in-Nest cryptographic acceleration. |