diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2011-10-26 11:15:10 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-10-26 11:15:10 -0400 |
commit | ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e (patch) | |
tree | e9c940a9a330726b6eeef485114995dd9152d82f /crypto | |
parent | 3e721aeb3df3816e283ab18e327cd4652972e213 (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/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 | |||
103 | config CRYPTO_USER | 103 | config CRYPTO_USER |
104 | tristate "Userspace cryptographic algorithm configuration" | 104 | tristate "Userspace cryptographic algorithm configuration" |
105 | select CRYPTO_MANAGER | 105 | select CRYPTO_MANAGER |
106 | select NET | ||
106 | help | 107 | help |
107 | Userapace configuration for cryptographic instantiations such as | 108 | Userapace configuration for cryptographic instantiations such as |
108 | cbc(aes). | 109 | cbc(aes). |