Ver Fonte

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 há 13 anos atrás
pai
commit
ea8bdfcff1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      crypto/Kconfig

+ 1 - 0
crypto/Kconfig

@@ -103,6 +103,7 @@ config CRYPTO_MANAGER2
 config CRYPTO_USER
 config CRYPTO_USER
 	tristate "Userspace cryptographic algorithm configuration"
 	tristate "Userspace cryptographic algorithm configuration"
 	select CRYPTO_MANAGER
 	select CRYPTO_MANAGER
+	select NET
 	help
 	help
 	  Userapace configuration for cryptographic instantiations such as
 	  Userapace configuration for cryptographic instantiations such as
 	  cbc(aes).
 	  cbc(aes).