summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
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
commita948548c47d23ed29c63deb58ddeb67ab23baccd (patch)
treed8fd02a64472e5af081e73031c9ac4cac0d7633c /crypto/Kconfig
parent1562c7bc1de4cf7c721b8eb37f915087bbffe5a1 (diff)
downloadlinux-crypto-a948548c47d23ed29c63deb58ddeb67ab23baccd.tar.gz
linux-crypto-a948548c47d23ed29c63deb58ddeb67ab23baccd.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/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 94f232f9..957cc56c 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