aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a8442dca024d..259dea9c6dff 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -103,6 +103,7 @@ config CRYPTO_MANAGER2
103config CRYPTO_USER 103config CRYPTO_USER
104 tristate "Userspace cryptographic algorithm configuration" 104 tristate "Userspace cryptographic algorithm configuration"
105 select CRYPTO_MANAGER 105 select CRYPTO_MANAGER
106 select NET
106 help 107 help
107 Userapace configuration for cryptographic instantiations such as 108 Userapace configuration for cryptographic instantiations such as
108 cbc(aes). 109 cbc(aes).