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>
This commit is contained in:
parent
d25f2f71f6
commit
bd7f485766
@ -29,3 +29,14 @@ config CHELSIO_IPSEC_INLINE
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for IPSec Tx Inline.
|
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.
|
||||||
|
@ -3,3 +3,4 @@ ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|||||||
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o
|
||||||
chcr-objs := chcr_core.o chcr_algo.o
|
chcr-objs := chcr_core.o chcr_algo.o
|
||||||
chcr-$(CONFIG_CHELSIO_IPSEC_INLINE) += chcr_ipsec.o
|
chcr-$(CONFIG_CHELSIO_IPSEC_INLINE) += chcr_ipsec.o
|
||||||
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls/
|
||||||
|
4
drivers/crypto/chelsio/chtls/Makefile
Normal file
4
drivers/crypto/chelsio/chtls/Makefile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4 -Idrivers/crypto/chelsio/
|
||||||
|
|
||||||
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls.o
|
||||||
|
chtls-objs := chtls_main.o chtls_cm.o chtls_io.o chtls_hw.o
|
Loading…
Reference in New Issue
Block a user