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) | |
download | linux-exynos-97da37b35fc56ed7b2b1583208be0d1327ddcf30.tar.gz linux-exynos-97da37b35fc56ed7b2b1583208be0d1327ddcf30.tar.bz2 linux-exynos-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/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 config CRYPTO_DES_SPARC64 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)" + depends on SPARC64 select CRYPTO_ALGAPI select CRYPTO_DES help |