diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 2e12f848203a4638c4718a0ba9e1ab541240b8e5..883a638648e1f4b765f7eb9db165239aa145c9e2 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -754,3 +754,11 @@ config TCP_MD5SIG on the Internet. If unsure, say N. + +config TCP_COMP + bool "TCP: Transport Layer Compression support" + ---help--- + Enable kernel payload compression support for TCP protocol. This allows + payload compression handling of the TCP protocol to be done in-kernel. + + If unsure, say Y.