aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorJames Hartley <james.hartley@imgtec.com>2015-03-19 16:46:24 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2015-03-23 22:06:47 +1100
commitcfa8e7e70341c6ba1c7bd3466784a217e441b8c6 (patch)
treef759bec7834b00fae4ab48c4c075927cff44c104 /drivers/crypto/Kconfig
parentlib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR (diff)
downloadlinux-dev-cfa8e7e70341c6ba1c7bd3466784a217e441b8c6.tar.xz
linux-dev-cfa8e7e70341c6ba1c7bd3466784a217e441b8c6.zip
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>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 8b18b6685269..800bf41718e1 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -448,10 +448,9 @@ source "drivers/crypto/vmx/Kconfig"
config CRYPTO_DEV_IMGTEC_HASH
depends on MIPS || COMPILE_TEST
tristate "Imagination Technologies hardware hash accelerator"
- select CRYPTO_ALG_API
+ select CRYPTO_ALGAPI
select CRYPTO_MD5
select CRYPTO_SHA1
- select CRYPTO_SHA224
select CRYPTO_SHA256
select CRYPTO_HASH
help