From 5a9d3771487a5e4704fa4b5980d26ecbb63731ad Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Tue, 18 Jun 2024 05:48:22 +0000 Subject: [PATCH] DO-NOT-MERGE: mptcp: enabled by default (net) This commit is useful for automated builds, e.g. from Intel's kbuild. Signed-off-by: Matthieu Baerts --- net/mptcp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig index 20328920f6ed1..10c97e19a7da5 100644 --- a/net/mptcp/Kconfig +++ b/net/mptcp/Kconfig @@ -5,6 +5,7 @@ config MPTCP select SKB_EXTENSIONS select CRYPTO_LIB_SHA256 select CRYPTO + default y help Multipath TCP (MPTCP) connections send and receive data over multiple subflows in order to utilize multiple network paths. Each subflow