diff options
author | Markus Stockhausen <stockhausen@collogia.de> | 2015-03-01 13:30:46 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-04 04:13:26 -0500 |
commit | e8e5995372ac3fc63995915dcb351f38a3560018 (patch) | |
tree | 9b1abce40fdbbc944135dab77b1d5a5808240ded /crypto/Kconfig | |
parent | e90508d3b0866c29146535576931356aba072a86 (diff) |
crypto: powerpc/md5 - kernel config
Integrate the module into the kernel config tree.
Signed-off-by: Markus Stockhausen <stockhausen@collogia.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index e74cecadef70..6918aff74f4d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -436,6 +436,14 @@ config CRYPTO_MD5_OCTEON | |||
436 | MD5 message digest algorithm (RFC1321) implemented | 436 | MD5 message digest algorithm (RFC1321) implemented |
437 | using OCTEON crypto instructions, when available. | 437 | using OCTEON crypto instructions, when available. |
438 | 438 | ||
439 | config CRYPTO_MD5_PPC | ||
440 | tristate "MD5 digest algorithm (PPC)" | ||
441 | depends on PPC | ||
442 | select CRYPTO_HASH | ||
443 | help | ||
444 | MD5 message digest algorithm (RFC1321) implemented | ||
445 | in PPC assembler. | ||
446 | |||
439 | config CRYPTO_MD5_SPARC64 | 447 | config CRYPTO_MD5_SPARC64 |
440 | tristate "MD5 digest algorithm (SPARC64)" | 448 | tristate "MD5 digest algorithm (SPARC64)" |
441 | depends on SPARC64 | 449 | depends on SPARC64 |