From: Herbert Xu Date: Wed, 26 Oct 2011 15:15:10 +0000 (+0200) Subject: crypto: user - Add dependency on NET X-Git-Tag: upstream/snapshot3+hdmi~8661^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 a8442dc..259dea9 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).