# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_CRYPTO_DEV_CHELSIO[0m tristate "Chelsio Crypto Co-processor Driver" depends on [31mCONFIG_CHELSIO_T4[0m select [31mCONFIG_CRYPTO_LIB_AES[0m select [31mCONFIG_CRYPTO_SHA1[0m select [31mCONFIG_CRYPTO_SHA256[0m select [31mCONFIG_CRYPTO_SHA512[0m select [31mCONFIG_CRYPTO_AUTHENC[0m select [31mCONFIG_CRYPTO_GF128MUL[0m ---help--- The Chelsio Crypto Co-processor driver for T6 adapters. For general information about Chelsio and our products, visit our website at <http://www.chelsio.com>. For customer support, please visit our customer support page at <http://www.chelsio.com/support.html>. Please send feedback to <linux-bugs@chelsio.com>. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called chcr. config [31mCONFIG_CHELSIO_IPSEC_INLINE[0m bool "Chelsio IPSec XFRM Tx crypto offload" depends on [31mCONFIG_CHELSIO_T4[0m depends on [31mCONFIG_CRYPTO_DEV_CHELSIO[0m depends on [31mCONFIG_XFRM_OFFLOAD[0m depends on [31mCONFIG_INET_ESP_OFFLOAD[0m || [31mCONFIG_INET6_ESP_OFFLOAD[0m default n ---help--- Enable support for IPSec Tx Inline. config [31mCONFIG_CRYPTO_DEV_CHELSIO_TLS[0m tristate "Chelsio Crypto Inline TLS Driver" depends on [31mCONFIG_CHELSIO_T4[0m depends on [31mCONFIG_TLS[0m select [31mCONFIG_CRYPTO_DEV_CHELSIO[0m ---help--- Support Chelsio Inline [31mCONFIG_TLS[0m with Chelsio crypto accelerator. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called chtls. |