mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
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:
parent
3e721aeb3d
commit
ea8bdfcff1
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ config CRYPTO_MANAGER2
|
||||||
config CRYPTO_USER
|
config CRYPTO_USER
|
||||||
tristate "Userspace cryptographic algorithm configuration"
|
tristate "Userspace cryptographic algorithm configuration"
|
||||||
select CRYPTO_MANAGER
|
select CRYPTO_MANAGER
|
||||||
|
select NET
|
||||||
help
|
help
|
||||||
Userapace configuration for cryptographic instantiations such as
|
Userapace configuration for cryptographic instantiations such as
|
||||||
cbc(aes).
|
cbc(aes).
|
||||||
|
|
Loading…
Reference in a new issue