All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: Niagara2 driver needs to depend upon CRYPTO_DES.
@ 2010-09-10  4:10 David Miller
  2010-09-12  2:44 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-09-10  4:10 UTC (permalink / raw)
  To: linux-crypto; +Cc: herbert


Reported-by: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index ea0b386..ad1cd59 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -172,6 +172,7 @@ config CRYPTO_DEV_MV_CESA
 
 config CRYPTO_DEV_NIAGARA2
        tristate "Niagara2 Stream Processing Unit driver"
+       select CRYPTO_DES
        select CRYPTO_ALGAPI
        depends on SPARC64
        help

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

* Re: [PATCH] crypto: Niagara2 driver needs to depend upon CRYPTO_DES.
  2010-09-10  4:10 [PATCH] crypto: Niagara2 driver needs to depend upon CRYPTO_DES David Miller
@ 2010-09-12  2:44 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2010-09-12  2:44 UTC (permalink / raw)
  To: David Miller; +Cc: linux-crypto

On Thu, Sep 09, 2010 at 09:10:23PM -0700, David Miller wrote:
> 
> Reported-by: Dennis Gilmore <dennis@ausil.us>
> Signed-off-by: David S. Miller <davem@davemloft.net>

Patch applied.  Thanks!
-- 
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:[~2010-09-12  2:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10  4:10 [PATCH] crypto: Niagara2 driver needs to depend upon CRYPTO_DES David Miller
2010-09-12  2:44 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.