summaryrefslogtreecommitdiff
path: root/crypto
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
commitea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e (patch)
treee9c940a9a330726b6eeef485114995dd9152d82f /crypto
parent3e721aeb3df3816e283ab18e327cd4652972e213 (diff)
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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a8442dca024..259dea9c6df 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).