浏览代码

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>
Herbert Xu 13 年之前
父节点
当前提交
ea8bdfcff1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crypto/Kconfig

+ 1 - 0
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).