From d414678ef4484ce7c61a9e8157d4b332d94a8a61 Mon Sep 17 00:00:00 2001
From: Anders Roxell <anders.roxell@linaro.org>
Date: Tue, 26 Jun 2018 15:20:05 +0200
Subject: [PATCH] selftests: bpf: config: enable depends fragments

Without this patch we wasn't sure what we enabled there were depends
that was missing so the intendent fragment wasn't enabled.
Went through it with:
 $ make allnoconfig
 $ ./scripts/kconfig/merge_config.sh tools/testing/selftests/<test>/config
 $ make olddefconfig
 $ check was isn't enabled in .config that is enabled in selftests/<test>/config.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/bpf/config | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 7a6d92562dc6..92159c8711e3 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -19,3 +19,15 @@ CONFIG_CRYPTO_SHA256=m
 CONFIG_VXLAN=y
 CONFIG_GENEVE=y
 CONFIG_LWTUNNEL=y
+CONFIG_NET=y
+CONFIG_NET_SCHED=y
+CONFIG_INET=y
+CONFIG_NETDEVICES=y
+CONFIG_TRACING_SUPPORT=y
+CONFIG_FTRACE=y
+CONFIG_KPROBES=y
+CONFIG_KPROBE_EVENTS=y
+CONFIG_PERF_EVENTS=y
+CONFIG_RUNTIME_TESTING_MENU=y
+CONFIG_MODULES=y
+CONFIG_CGROUPS=y
-- 
2.18.0

