From: Herbert Xu Date: Wed, 26 Oct 2011 15:15:10 +0000 (+0200) Subject: crypto: user - Add dependency on NET X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e;p=mv-sheeva.git crypto: user - Add dependency on NET Since the configuration interface relies on netlink we need to select NET. Signed-off-by: Herbert Xu --- 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).