summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-22 20:47:36 -0700
committerDavid S. Miller <davem@davemloft.net>2012-08-22 20:47:36 -0700
commit8e79074a2d333915d28b97605269155933a7e003 (patch)
tree87aae72001db2431a295c7a04cb96c9aedef5c0c /crypto/Kconfig
parent55f753574f72d668997d82f9d2500152fe2738fb (diff)
downloadlinux-crypto-8e79074a2d333915d28b97605269155933a7e003.tar.gz
linux-crypto-8e79074a2d333915d28b97605269155933a7e003.zip
sparc64: Add CRC32C driver making use of the new crc32c opcode.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 49f867b2..83993ea8 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -336,6 +336,15 @@ config CRYPTO_CRC32C_INTEL
gain performance compared with software implementation.
Module will be crc32c-intel.
+config CRYPTO_CRC32C_SPARC64
+ tristate "CRC32c CRC algorithm (SPARC64)"
+ depends on SPARC64
+ select CRYPTO_HASH
+ select CRC32
+ help
+ CRC32c CRC algorithm implemented using sparc64 crypto instructions,
+ when available.
+
config CRYPTO_GHASH
tristate "GHASH digest algorithm"
select CRYPTO_GF128MUL