xref: /openbmc/linux/drivers/crypto/chelsio/Kconfig (revision 6dad4e8a)
1config CRYPTO_DEV_CHELSIO
2	tristate "Chelsio Crypto Co-processor Driver"
3	depends on CHELSIO_T4
4	select CRYPTO_SHA1
5	select CRYPTO_SHA256
6	select CRYPTO_SHA512
7	select CRYPTO_AUTHENC
8	---help---
9	  The Chelsio Crypto Co-processor driver for T6 adapters.
10
11	  For general information about Chelsio and our products, visit
12	  our website at <http://www.chelsio.com>.
13
14	  For customer support, please visit our customer support page at
15	  <http://www.chelsio.com/support.html>.
16
17	  Please send feedback to <linux-bugs@chelsio.com>.
18
19	  To compile this driver as a module, choose M here: the module
20	  will be called chcr.
21
22config CHELSIO_IPSEC_INLINE
23        bool "Chelsio IPSec XFRM Tx crypto offload"
24        depends on CHELSIO_T4
25	depends on CRYPTO_DEV_CHELSIO
26        depends on XFRM_OFFLOAD
27        depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD
28        default n
29        ---help---
30          Enable support for IPSec Tx Inline.
31