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

Commit 97da37b3 authored by Dave Jones's avatar Dave Jones Committed by David S. Miller
Browse files

crypto: Build SPARC DES algorithms on SPARC only.



Asking for this option on x86 seems a bit pointless.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 954f9ac4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -796,6 +796,7 @@ config CRYPTO_DES

config CRYPTO_DES_SPARC64
	tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
	depends on SPARC64
	select CRYPTO_ALGAPI
	select CRYPTO_DES
	help