Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: ccp - Ensure all dependencies are specified
@ 2016-04-20 14:55 Gary R Hook
  2016-04-25 11:20 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Gary R Hook @ 2016-04-20 14:55 UTC (permalink / raw)
  To: linux-crypto; +Cc: thomas.lendacky, herbert, davem

A DMA_ENGINE requires DMADEVICES in Kconfig

Signed-off-by: Gary R Hook <gary.hook@amd.com>
---
 drivers/crypto/ccp/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig
index 79cabfb..2238f77 100644
--- a/drivers/crypto/ccp/Kconfig
+++ b/drivers/crypto/ccp/Kconfig
@@ -4,6 +4,7 @@ config CRYPTO_DEV_CCP_DD
 	default m
 	select HW_RANDOM
 	select DMA_ENGINE
+	select DMADEVICES
 	select CRYPTO_SHA1
 	select CRYPTO_SHA256
 	help

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: ccp - Ensure all dependencies are specified
  2016-04-20 14:55 [PATCH] crypto: ccp - Ensure all dependencies are specified Gary R Hook
@ 2016-04-25 11:20 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2016-04-25 11:20 UTC (permalink / raw)
  To: Gary R Hook; +Cc: linux-crypto, thomas.lendacky, davem

On Wed, Apr 20, 2016 at 09:55:12AM -0500, Gary R Hook wrote:
> A DMA_ENGINE requires DMADEVICES in Kconfig
> 
> Signed-off-by: Gary R Hook <gary.hook@amd.com>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-25 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 14:55 [PATCH] crypto: ccp - Ensure all dependencies are specified Gary R Hook
2016-04-25 11:20 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox