2012-10-02 21:13:27

by Dave Jones

[permalink] [raw]
Subject: Build SPARC DES algorithms on SPARC only.

Asking for this option on x86 seems a bit pointless.

Signed-off-by: Dave Jones <[email protected]>

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 94f232f..957cc56 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -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


2012-10-02 21:17:45

by David Miller

[permalink] [raw]
Subject: Re: Build SPARC DES algorithms on SPARC only.

From: Dave Jones <[email protected]>
Date: Tue, 2 Oct 2012 17:13:20 -0400

> Asking for this option on x86 seems a bit pointless.
>
> Signed-off-by: Dave Jones <[email protected]>

Acked-by: David S. Miller <[email protected]>

Sorry, an oversight.

Thanks Dave.