projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd0989
)
crypto/nx: disable NX on little endian builds
author
Anton Blanchard
<anton@samba.org>
Sat, 7 Jun 2014 01:33:34 +0000
(11:33 +1000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/drivers/crypto/Kconfig
b/drivers/crypto/Kconfig
index
f066fa2
..
02f177a
100644
(file)
--- a/
drivers/crypto/Kconfig
+++ b/
drivers/crypto/Kconfig
@@
-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.