| # SPDX-License-Identifier: GPL-2.0-only |
| tristate "Transport Layer Security support" |
| Enable kernel support for TLS protocol. This allows symmetric |
| encryption handling of the TLS protocol to be done in-kernel. |
| bool "Transport Layer Security HW offload" |
| select SOCK_VALIDATE_XMIT |
| select SOCK_RX_QUEUE_MAPPING |
| Enable kernel support for HW offload of the TLS protocol. |
| bool "Transport Layer Security TCP stack bypass" |
| Enable kernel support for legacy HW offload of the TLS protocol, |
| which is incompatible with the Linux networking stack semantics. |