diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 259dea9c6dff..527a857d10b6 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -102,8 +102,8 @@ config CRYPTO_MANAGER2 | |||
102 | 102 | ||
103 | config CRYPTO_USER | 103 | config CRYPTO_USER |
104 | tristate "Userspace cryptographic algorithm configuration" | 104 | tristate "Userspace cryptographic algorithm configuration" |
105 | depends on NET | ||
105 | select CRYPTO_MANAGER | 106 | select CRYPTO_MANAGER |
106 | select NET | ||
107 | help | 107 | help |
108 | Userapace configuration for cryptographic instantiations such as | 108 | Userapace configuration for cryptographic instantiations such as |
109 | cbc(aes). | 109 | cbc(aes). |