summaryrefslogtreecommitdiff
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
commitb220aa1680ced151bea05d54497bf4b7a76dc7d3 (patch)
treed665b10c2f526c2e6798d9029c3ccb482f39281c
parent01f518f8321a582c5efaf21e05335f09f17efcba (diff)
downloadlinux-crypto-b220aa1680ced151bea05d54497bf4b7a76dc7d3.tar.gz
linux-crypto-b220aa1680ced151bea05d54497bf4b7a76dc7d3.zip
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>
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 259dea9c..527a857d 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).