Commit 97da37b35fc56ed7b2b1583208be0d1327ddcf30

Authored by Dave Jones
Committed by David S. Miller
1 parent 954f9ac43b

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -796,6 +796,7 @@
796 796  
797 797 config CRYPTO_DES_SPARC64
798 798 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
  799 + depends on SPARC64
799 800 select CRYPTO_ALGAPI
800 801 select CRYPTO_DES
801 802 help