OSDN Git Service

net/tls: allow compiling TLS TOE out
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:59 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commit53b4414a7003099f41ab61ef9a452804c025e2c1
tree8339b6e05b89e835450b9981b31c0a4df6677dce
parent0eb8745e03c9ed2a7412c7a844ebc4f0e4f80de4
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>
drivers/crypto/chelsio/Kconfig
net/tls/Kconfig
net/tls/Makefile
net/tls/tls_main.c