aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/tls/Kconfig')
-rw-r--r--net/tls/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tls/Kconfig b/net/tls/Kconfig
index 61ec78521a60..0cdc1f7b6b08 100644
--- a/net/tls/Kconfig
+++ b/net/tls/Kconfig
@@ -11,7 +11,7 @@ config TLS
select STREAM_PARSER
select NET_SOCK_MSG
default n
- ---help---
+ help
Enable kernel support for TLS protocol. This allows symmetric
encryption handling of the TLS protocol to be done in-kernel.
@@ -21,6 +21,7 @@ config TLS_DEVICE
bool "Transport Layer Security HW offload"
depends on TLS
select SOCK_VALIDATE_XMIT
+ select SOCK_RX_QUEUE_MAPPING
default n
help
Enable kernel support for HW offload of the TLS protocol.