summaryrefslogtreecommitdiffstats
path: root/net/tls
diff options
context:
space:
mode:
Diffstat (limited to 'net/tls')
-rw-r--r--net/tls/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/tls/Kconfig b/net/tls/Kconfig
index b13541f571d4d..eb583038c67e0 100644
--- a/net/tls/Kconfig
+++ b/net/tls/Kconfig
@@ -4,9 +4,12 @@
config TLS
tristate "Transport Layer Security support"
depends on INET
- default m
+ select CRYPTO
+ select CRYPTO_AES
+ select CRYPTO_GCM
+ default n
---help---
Enable kernel support for TLS protocol. This allows symmetric
encryption handling of the TLS protocol to be done in-kernel.
- If unsure, say M.
+ If unsure, say N.