Skip to content

Commit

Permalink
crypto: Build SPARC DES algorithms on SPARC only.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones authored and David S. Miller committed Oct 3, 2012
1 parent 954f9ac commit 97da37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97da37b

Please sign in to comment.