Re: [PATCH] crypto: img-hash: Fix Kconfig selections

2015-03-23 Thread Herbert Xu
On Thu, Mar 19, 2015 at 04:46:24PM +, James Hartley wrote: > 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

Re: [PATCH] crypto: img-hash: Fix Kconfig selections

2015-03-23 Thread Herbert Xu
On Thu, Mar 19, 2015 at 04:46:24PM +, James Hartley wrote: 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.

[PATCH] crypto: img-hash: Fix Kconfig selections

2015-03-19 Thread James Hartley
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 ---

[PATCH] crypto: img-hash: Fix Kconfig selections

2015-03-19 Thread James Hartley
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 valentinrothb...@gmail.com