summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/Kconfig
diff options
context:
space:
mode:
authorAtul Gupta <atul.gupta@chelsio.com>2018-03-31 21:42:03 +0530
committerDavid S. Miller <davem@davemloft.net>2018-03-31 23:37:33 -0400
commitbd7f48576660022b0779c5c7bf384ec1e8ca83c8 (patch)
treeab415d55353d186a7b3c68fe46666f8f0a48cc4d /drivers/crypto/chelsio/Kconfig
parentd25f2f71f653b78e8bd055cfe8fd70ef8f514f2b (diff)
downloadlinux-bd7f48576660022b0779c5c7bf384ec1e8ca83c8.tar.bz2
crypto: chtls - Makefile Kconfig
Entry for Inline TLS as another driver dependent on cxgb4 and chcr Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/chelsio/Kconfig')
-rw-r--r--drivers/crypto/chelsio/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/Kconfig b/drivers/crypto/chelsio/Kconfig
index 5ae9f8706f17..930d82d991f2 100644
--- a/drivers/crypto/chelsio/Kconfig
+++ b/drivers/crypto/chelsio/Kconfig
@@ -29,3 +29,14 @@ config CHELSIO_IPSEC_INLINE
default n
---help---
Enable support for IPSec Tx Inline.
+
+config CRYPTO_DEV_CHELSIO_TLS
+ tristate "Chelsio Crypto Inline TLS Driver"
+ depends on CHELSIO_T4
+ depends on TLS
+ select CRYPTO_DEV_CHELSIO
+ ---help---
+ Support Chelsio Inline TLS with Chelsio crypto accelerator.
+
+ To compile this driver as a module, choose M here: the module
+ will be called chtls.