]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - fix typo "CRYPTO_AHASH"
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 5 Mar 2013 13:33:16 +0000 (14:33 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 10 Mar 2013 10:16:36 +0000 (18:16 +0800)
commit50e9219e5389f92fd285fdfc407d13ff961fc447
tree22adae17e475eeeaa5dd93aae298110782fcf196
parentd70fcd7293488be74fe12c21d636ba2a54c0c99f
crypto: caam - fix typo "CRYPTO_AHASH"

The Kconfig entry for CAAM's hash algorithm implementations has always
selected CRYPTO_AHASH. But there's no corresponding Kconfig symbol.

It seems it was intended to select CRYPTO_HASH, like other crypto
drivers do. That would apparently (indirectly) select CRYPTO_HASH2,
which would enable the ahash functionality this driver uses.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/Kconfig