projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/crypto/Kconfig
b/drivers/crypto/Kconfig
index f066fa23cc050f2fb8ea1ed605d24774f11956dc..02f177aeb16c8488be0335186680ed8947b39c00 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.