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.
> 
> Reported-by: Valentin Rothberg 
> Signed-off-by: James Hartley 

Applied.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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.
 
 Reported-by: Valentin Rothberg valentinrothb...@gmail.com
 Signed-off-by: James Hartley james.hart...@imgtec.com

Applied.
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 
---
 drivers/crypto/Kconfig |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 8b18b66..800bf41 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
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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
Signed-off-by: James Hartley james.hart...@imgtec.com
---
 drivers/crypto/Kconfig |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 8b18b66..800bf41 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
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/