From: Paul Bolle Date: Tue, 5 Mar 2013 13:33:16 +0000 (+0100) Subject: crypto: caam - fix typo "CRYPTO_AHASH" X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8488a507357fd4fd2c825ac423b39ea1041353;p=pandora-kernel.git 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 Reviewed-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed