From 6271e09fe3b6a8d1b01872a46f58645575cd1618 Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Mon, 30 Sep 2024 19:47:59 +0200 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 b755fc9b6660e..f674915dc31e5 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