OSDN Git Service

crypto: img-hash - Fix Kconfig selections
authorJames Hartley <james.hartley@imgtec.com>
Thu, 19 Mar 2015 16:46:24 +0000 (16:46 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Mar 2015 11:06:47 +0000 (22:06 +1100)
commitcfa8e7e70341c6ba1c7bd3466784a217e441b8c6
treef759bec7834b00fae4ab48c4c075927cff44c104
parent0b053c9518292705736329a8fe20ef4686ffc8e9
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 <valentinrothberg@gmail.com>
Signed-off-by: James Hartley <james.hartley@imgtec.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig