summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2011-10-26 17:15:10 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2011-10-26 17:15:10 +0200
commit01f518f8321a582c5efaf21e05335f09f17efcba (patch)
treeb42e53a4fbea850291efdc8620d97b2f1f4b3836
parent215ec8c218139dd33a69f9e27d56677c5bb9f204 (diff)
downloadlinux-crypto-01f518f8321a582c5efaf21e05335f09f17efcba.tar.gz
linux-crypto-01f518f8321a582c5efaf21e05335f09f17efcba.zip
crypto: user - Add dependency on NET
Since the configuration interface relies on netlink we need to select NET. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a8442dca..259dea9c 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -103,6 +103,7 @@ config CRYPTO_MANAGER2
config CRYPTO_USER
tristate "Userspace cryptographic algorithm configuration"
select CRYPTO_MANAGER
+ select NET
help
Userapace configuration for cryptographic instantiations such as
cbc(aes).