commit | 97da37b35fc56ed7b2b1583208be0d1327ddcf30 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Tue Oct 02 17:13:20 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 02 23:03:14 2012 -0400 |
tree | b356d5beae869e12f52f5916dd033f57f360e005 | |
parent | 954f9ac43b87b44152b8c21163cefd466a87145e [diff] [blame] |
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>
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_SPARC64 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)" + depends on SPARC64 select CRYPTO_ALGAPI select CRYPTO_DES help