summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-07-03 15:21:40 +0900
committerJunghoon Kim <jhoon20.kim@samsung.com>2019-06-11 09:35:53 +0900
commit4581988af0fe2124294623f17254c8dbe1fb2f6a (patch)
treee6a0e70226720acbe6091c75a040677716f85fca /arch
parent3188b76a593bc5ad01f1def4c751a74b6d2e2ea6 (diff)
downloadlinux-rpi3-4581988af0fe2124294623f17254c8dbe1fb2f6a.tar.gz
linux-rpi3-4581988af0fe2124294623f17254c8dbe1fb2f6a.tar.bz2
linux-rpi3-4581988af0fe2124294623f17254c8dbe1fb2f6a.zip
ARM: tizen_bcm2709_defconfig: enable MPTCP
MPTCP will allow using TCP with multi-path Change-Id: Ibf484f7a3dd8002ee7f8ddf91d498c381512a25e Signed-off-by: Yu jiung <jiung.yu@samsung.com> [sw0312.kim: cherry-pick from arch/arm64/configs/tizen_bcmrp3_defconfig to arm/configs/tizen_bcm2709_defconfig] Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tizen_bcm2709_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig
index 8093cd8b8d64..700c3300fd1a 100644
--- a/arch/arm/configs/tizen_bcm2709_defconfig
+++ b/arch/arm/configs/tizen_bcm2709_defconfig
@@ -796,6 +796,23 @@ CONFIG_IPV6_PIMSM_V2=y
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
CONFIG_NETLABEL=y
+CONFIG_MPTCP=y
+CONFIG_MPTCP_PM_ADVANCED=y
+CONFIG_MPTCP_FULLMESH=y
+CONFIG_MPTCP_NDIFFPORTS=y
+CONFIG_MPTCP_BINDER=y
+CONFIG_DEFAULT_FULLMESH=y
+# CONFIG_DEFAULT_NDIFFPORTS is not set
+# CONFIG_DEFAULT_BINDER is not set
+# CONFIG_DEFAULT_DUMMY is not set
+CONFIG_DEFAULT_MPTCP_PM="fullmesh"
+CONFIG_MPTCP_SCHED_ADVANCED=y
+CONFIG_MPTCP_ROUNDROBIN=y
+CONFIG_MPTCP_REDUNDANT=y
+CONFIG_DEFAULT_SCHEDULER=y
+# CONFIG_DEFAULT_ROUNDROBIN is not set
+# CONFIG_DEFAULT_REDUNDANT is not set
+CONFIG_DEFAULT_MPTCP_SCHED="default"
CONFIG_NETWORK_SECMARK=y
# CONFIG_NET_PTP_CLASSIFY is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set