Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b9f9269 authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

crypto/nx: disable NX on little endian builds



The NX driver has endian issues so disable it for now.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 1bd09890
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.