[PATCH v7 mptcp-next 1/4] DO-NOT-MERGE: mptcp: enabled by default

Paolo Abeni posted 4 patches 4 days, 3 hours ago
Only 3 patches received!
There is a newer version of this series
[PATCH v7 mptcp-next 1/4] DO-NOT-MERGE: mptcp: enabled by default
Posted by Paolo Abeni 4 days, 3 hours ago
From: Matthieu Baerts <matttbe@kernel.org>

This commit is useful for automated builds, e.g. from Intel's kbuild.

Signed-off-by: Matthieu Baerts <matttbe@kernel.org>
---
 net/mptcp/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig
index b755fc9b6660..f674915dc31e 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
-- 
2.51.0