Searched hist:ae8488a507357fd4fd2c825ac423b39ea1041353 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | Kconfig | diff ae8488a507357fd4fd2c825ac423b39ea1041353 Tue Mar 05 14:33:16 CET 2013 Paul Bolle <pebolle@tiscali.nl> 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>
|