aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/mptcp/config
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-08-07 11:32:04 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-07 17:22:49 -0700
commit158b47a65aa6b1e70424c3c9c0eda8577b831ea8 (patch)
tree094c6157cec4b9596d2cd8c01818ed74d3c21e46 /tools/testing/selftests/net/mptcp/config
parentr8152: Use MAC address from correct device tree node (diff)
downloadwireguard-linux-158b47a65aa6b1e70424c3c9c0eda8577b831ea8.tar.xz
wireguard-linux-158b47a65aa6b1e70424c3c9c0eda8577b831ea8.zip
selftests: mptcp: fix dependecies
Since commit df62f2ec3df6 ("selftests/mptcp: add diag interface tests") the MPTCP selftests relies on the MPTCP diag interface which is enabled by a specific kconfig knob: be sure to include it. Fixes: df62f2ec3df6 ("selftests/mptcp: add diag interface tests") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/net/mptcp/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/mptcp/config b/tools/testing/selftests/net/mptcp/config
index 2499824d9e1c..8df5cb8f71ff 100644
--- a/tools/testing/selftests/net/mptcp/config
+++ b/tools/testing/selftests/net/mptcp/config
@@ -1,4 +1,6 @@
CONFIG_MPTCP=y
CONFIG_MPTCP_IPV6=y
+CONFIG_INET_DIAG=m
+CONFIG_INET_MPTCP_DIAG=m
CONFIG_VETH=y
CONFIG_NET_SCH_NETEM=m