1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Chelsio inline crypto configuration
4#
5
6config CHELSIO_INLINE_CRYPTO
7	bool "Chelsio Inline Crypto support"
8	default y
9	help
10	  Enable support for inline crypto.
11	  Allows enable/disable from list of inline crypto drivers.
12
13if CHELSIO_INLINE_CRYPTO
14
15config CRYPTO_DEV_CHELSIO_TLS
16	tristate "Chelsio Crypto Inline TLS Driver"
17	depends on CHELSIO_T4
18	depends on TLS_TOE
19	help
20	  Support Chelsio Inline TLS with Chelsio crypto accelerator.
21	  Enable inline TLS support for Tx and Rx.
22
23	  To compile this driver as a module, choose M here: the module
24	  will be called chtls.
25
26endif # CHELSIO_INLINE_CRYPTO
27