diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-03 20:18:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-04 23:07:07 +0200 |
commit | 53b4414a7003099f41ab61ef9a452804c025e2c1 (patch) | |
tree | 8339b6e05b89e835450b9981b31c0a4df6677dce /drivers/crypto/chelsio | |
parent | net/tls: rename tls_hw_* functions tls_toe_* (diff) | |
download | linux-53b4414a7003099f41ab61ef9a452804c025e2c1.tar.xz linux-53b4414a7003099f41ab61ef9a452804c025e2c1.zip |
net/tls: allow compiling TLS TOE out
TLS "record layer offload" requires TOE, and bypasses most of
the normal networking stack. It is also significantly less
maintained. Allow users to compile it out to avoid issues.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/chelsio')
-rw-r--r-- | drivers/crypto/chelsio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/chelsio/Kconfig b/drivers/crypto/chelsio/Kconfig index 250150560e68..91e424378217 100644 --- a/drivers/crypto/chelsio/Kconfig +++ b/drivers/crypto/chelsio/Kconfig @@ -35,7 +35,7 @@ config CHELSIO_IPSEC_INLINE config CRYPTO_DEV_CHELSIO_TLS tristate "Chelsio Crypto Inline TLS Driver" depends on CHELSIO_T4 - depends on TLS + depends on TLS_TOE select CRYPTO_DEV_CHELSIO ---help--- Support Chelsio Inline TLS with Chelsio crypto accelerator. |