# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_TLS[0m configuration # config [31mCONFIG_TLS[0m tristate "Transport Layer Security support" depends on [31mCONFIG_INET[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO_GCM[0m select [31mCONFIG_STREAM_PARSER[0m select [31mCONFIG_NET_SOCK_MSG[0m default n ---help--- Enable kernel support for [31mCONFIG_TLS[0m protocol. This allows symmetric encryption handling of the [31mCONFIG_TLS[0m protocol to be done in-kernel. If unsure, say N. config [31mCONFIG_TLS_DEVICE[0m bool "Transport Layer Security HW offload" depends on [31mCONFIG_TLS[0m select [31mCONFIG_SOCK_VALIDATE_XMIT[0m default n help Enable kernel support for HW offload of the [31mCONFIG_TLS[0m protocol. If unsure, say N. |