Re: Build SPARC DES algorithms on SPARC only.

2012-10-02 Thread David Miller
From: Dave Jones 
Date: Tue, 2 Oct 2012 17:13:20 -0400

> Asking for this option on x86 seems a bit pointless.
> 
> Signed-off-by: Dave Jones 

Acked-by: David S. Miller 

Sorry, an oversight.

Thanks Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Build SPARC DES algorithms on SPARC only.

2012-10-02 Thread Dave Jones
Asking for this option on x86 seems a bit pointless.

Signed-off-by: Dave Jones 

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Build SPARC DES algorithms on SPARC only.

2012-10-02 Thread Dave Jones
Asking for this option on x86 seems a bit pointless.

Signed-off-by: Dave Jones da...@redhat.com

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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Build SPARC DES algorithms on SPARC only.

2012-10-02 Thread David Miller
From: Dave Jones da...@redhat.com
Date: Tue, 2 Oct 2012 17:13:20 -0400

 Asking for this option on x86 seems a bit pointless.
 
 Signed-off-by: Dave Jones da...@redhat.com

Acked-by: David S. Miller da...@davemloft.net

Sorry, an oversight.

Thanks Dave.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/