diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 87bbc9c1e681..1618468b1fcb 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -427,6 +427,15 @@ config CRYPTO_MD5 | |||
427 | help | 427 | help |
428 | MD5 message digest algorithm (RFC1321). | 428 | MD5 message digest algorithm (RFC1321). |
429 | 429 | ||
430 | config CRYPTO_MD5_OCTEON | ||
431 | tristate "MD5 digest algorithm (OCTEON)" | ||
432 | depends on CPU_CAVIUM_OCTEON | ||
433 | select CRYPTO_MD5 | ||
434 | select CRYPTO_HASH | ||
435 | help | ||
436 | MD5 message digest algorithm (RFC1321) implemented | ||
437 | using OCTEON crypto instructions, when available. | ||
438 | |||
430 | config CRYPTO_MD5_SPARC64 | 439 | config CRYPTO_MD5_SPARC64 |
431 | tristate "MD5 digest algorithm (SPARC64)" | 440 | tristate "MD5 digest algorithm (SPARC64)" |
432 | depends on SPARC64 | 441 | depends on SPARC64 |