diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2011-10-26 19:15:10 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-10-26 19:15:10 +0400 |
commit | ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e (patch) | |
tree | e9c940a9a330726b6eeef485114995dd9152d82f /crypto | |
parent | 3e721aeb3df3816e283ab18e327cd4652972e213 (diff) | |
download | linux-ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e.tar.xz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index a8442dca024d..259dea9c6dff 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). |