diff mbox

bugs compiling 2.6.35.4

Message ID 20100909.210824.15251132.davem@davemloft.net
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

David Miller Sept. 10, 2010, 4:08 a.m. UTC
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 9 Sep 2010 22:56:29 -0500

> for now ive turned it off however the first issue still exists.

Ok, I need to add a CRYPTO_DES dependency on the N2 crypto
driver.

I'll send the following patch to the crypto maintainer, thanks.

--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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