Skip to content

Commit

Permalink
crypto: user - Add dependency on NET
Browse files Browse the repository at this point in the history
Since the configuration interface relies on netlink we need to
select NET.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Oct 26, 2011
1 parent 3e721ae commit ea8bdfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ea8bdfc

Please sign in to comment.