summaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 4bd2cde135..43ed9eaf36 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -1204,6 +1204,20 @@ config KERNEL_PAGE_POOL_STATS
bool "Page pool stats support"
depends on KERNEL_PAGE_POOL
+config KERNEL_MPTCP
+ bool "Multi-Path TCP support"
+ default y if !SMALL_FLASH
+ help
+ Select this option to enable support for Multi-Path TCP.
+ Increases the compressed kernel size by ~214kB (as of Linux 6.6).
+
+if KERNEL_IPV6
+config KERNEL_MPTCP_IPV6
+ bool "IPv6 support for Multipath TCP"
+ depends on KERNEL_MPTCP
+ default KERNEL_MPTCP
+endif
+
#
# NFS related symbols
#