Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5db017aa authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ea8bdfcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).