summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-10-02 17:13:20 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-02 23:03:14 -0400
commit97da37b35fc56ed7b2b1583208be0d1327ddcf30 (patch)
treeb356d5beae869e12f52f5916dd033f57f360e005 /crypto
parent954f9ac43b87b44152b8c21163cefd466a87145e (diff)
downloadlinux-3.10-97da37b35fc56ed7b2b1583208be0d1327ddcf30.tar.gz
linux-3.10-97da37b35fc56ed7b2b1583208be0d1327ddcf30.tar.bz2
linux-3.10-97da37b35fc56ed7b2b1583208be0d1327ddcf30.zip
crypto: Build SPARC DES algorithms on SPARC only.
Asking for this option on x86 seems a bit pointless. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 94f232f96d0..957cc56ce4b 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