Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_CRYPTO_DEV_CHELSIO
	tristate "Chelsio Crypto Co-processor Driver"
	depends on CONFIG_CHELSIO_T4
	select CONFIG_CRYPTO_LIB_AES
	select CONFIG_CRYPTO_SHA1
	select CONFIG_CRYPTO_SHA256
	select CONFIG_CRYPTO_SHA512
	select CONFIG_CRYPTO_AUTHENC
	select CONFIG_CRYPTO_GF128MUL
	---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 CONFIG_M here: the module
	  will be called chcr.

config CONFIG_CHELSIO_IPSEC_INLINE
        bool "Chelsio IPSec XFRM Tx crypto offload"
        depends on CONFIG_CHELSIO_T4
	depends on CONFIG_CRYPTO_DEV_CHELSIO
        depends on CONFIG_XFRM_OFFLOAD
        depends on CONFIG_INET_ESP_OFFLOAD || CONFIG_INET6_ESP_OFFLOAD
        default n
        ---help---
          Enable support for IPSec Tx Inline.

config CONFIG_CRYPTO_DEV_CHELSIO_TLS
        tristate "Chelsio Crypto Inline TLS Driver"
        depends on CONFIG_CHELSIO_T4
        depends on CONFIG_TLS
        select CONFIG_CRYPTO_DEV_CHELSIO
        ---help---
          Support Chelsio Inline CONFIG_TLS with Chelsio crypto accelerator.

          To compile this driver as a module, choose CONFIG_M here: the module
          will be called chtls.