aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2011-10-31 21:12:43 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2011-10-31 21:12:43 -0400
commit5db017aa2809c49ca0a43b0f3ed1267e6be60883 (patch)
treeeafc22f9a17e32578d95cfad8642137480ca5563 /crypto
parentea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e (diff)
crypto: user - Depend on NET instead of selecting it
Selecting NET causes all sorts of issues, including a dependency loop involving bluetooth. This patch makes it a dependency instead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 259dea9c6dff..527a857d10b6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -102,8 +102,8 @@ config CRYPTO_MANAGER2
102 102
103config CRYPTO_USER 103config CRYPTO_USER
104 tristate "Userspace cryptographic algorithm configuration" 104 tristate "Userspace cryptographic algorithm configuration"
105 depends on NET
105 select CRYPTO_MANAGER 106 select CRYPTO_MANAGER
106 select NET
107 help 107 help
108 Userapace configuration for cryptographic instantiations such as 108 Userapace configuration for cryptographic instantiations such as
109 cbc(aes). 109 cbc(aes).