From: James Hartley Date: Thu, 19 Mar 2015 16:46:24 +0000 (+0000) Subject: crypto: img-hash - Fix Kconfig selections X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa8e7e70341c6ba1c7bd3466784a217e441b8c6;p=pandora-kernel.git crypto: img-hash - Fix Kconfig selections The Kconfig entry for CRYPTO_DEV_IMGTEC_HASH incorrectly selects CRYPTO_SHA224, which does not exist (and is covered by CRYPTO_SHA256 which covers both 224 and 256). Remove it. Also correct typo CRYPTO_ALG_API to be CRYPTO_ALGPI. Reported-by: Valentin Rothberg Signed-off-by: James Hartley Signed-off-by: Herbert Xu --- Reading git-diff-tree failed