Skip to content

Commit

Permalink
crypto: user - Depend on NET instead of selecting it
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Nov 1, 2011
1 parent ea8bdfc commit 5db017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5db017a

Please sign in to comment.