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>
This commit is contained in:
Herbert Xu 2011-10-26 17:15:10 +02:00
Родитель 3e721aeb3d
Коммит ea8bdfcff1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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).