aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2011-11-01 12:12:43 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2011-11-01 12:12:43 +1100
commit5db017aa2809c49ca0a43b0f3ed1267e6be60883 (patch)
treeeafc22f9a17e32578d95cfad8642137480ca5563 /crypto/Kconfig
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/Kconfig')
-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
config CRYPTO_USER
tristate "Userspace cryptographic algorithm configuration"
+ depends on NET
select CRYPTO_MANAGER
- select NET
help
Userapace configuration for cryptographic instantiations such as
cbc(aes).