From: Dave Jones Date: Tue, 2 Oct 2012 21:13:20 +0000 (-0400) Subject: crypto: Build SPARC DES algorithms on SPARC only. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-eth-gw-linux.git/commitdiff_plain/97da37b35fc56ed7b2b1583208be0d1327ddcf30 crypto: Build SPARC DES algorithms on SPARC only. Asking for this option on x86 seems a bit pointless. Signed-off-by: Dave Jones Signed-off-by: David S. Miller --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 94f232f96d03..957cc56ce4b9 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