浏览代码

crypto: user - Depend on NET instead of selecting it

Selecting NET causes all sorts of issues, including a dependency
loop involving bluetooth.  This patch makes it a dependency instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 13 年之前
父节点
当前提交
5db017aa28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crypto/Kconfig

+ 1 - 1
crypto/Kconfig

@@ -102,8 +102,8 @@ config CRYPTO_MANAGER2
 
 config CRYPTO_USER
 	tristate "Userspace cryptographic algorithm configuration"
+	depends on NET
 	select CRYPTO_MANAGER
-	select NET
 	help
 	  Userapace configuration for cryptographic instantiations such as
 	  cbc(aes).