Commit ea8bdfcf authored by Herbert Xu's avatar Herbert Xu

crypto: user - Add dependency on NET

Since the configuration interface relies on netlink we need to
select NET.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3e721aeb
......@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment