diff options
author | Dave Jones <davej@redhat.com> | 2012-10-02 17:13:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-02 23:03:14 -0400 |
commit | 97da37b35fc56ed7b2b1583208be0d1327ddcf30 (patch) | |
tree | b356d5beae869e12f52f5916dd033f57f360e005 /crypto | |
parent | 954f9ac43b87b44152b8c21163cefd466a87145e (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
796 | 796 | ||
797 | config CRYPTO_DES_SPARC64 | 797 | config CRYPTO_DES_SPARC64 |
798 | tristate "DES and Triple DES EDE cipher algorithms (SPARC64)" | 798 | tristate "DES and Triple DES EDE cipher algorithms (SPARC64)" |
799 | depends on SPARC64 | ||
799 | select CRYPTO_ALGAPI | 800 | select CRYPTO_ALGAPI |
800 | select CRYPTO_DES | 801 | select CRYPTO_DES |
801 | help | 802 | help |