aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-12-12 00:55:23 +0530
committerDaniel Borkmann <daniel@iogearbox.net>2017-12-12 02:32:45 +0100
commit63060c39161d3d61c771dee20a3cbdffaf83f1df (patch)
tree7f420521e720df2600448a83b905ac7de365fd7a /tools/testing/selftests/bpf/config
parentMerge branch 'bpf-bpftool-makefile-cleanups' (diff)
downloadlinux-dev-63060c39161d3d61c771dee20a3cbdffaf83f1df.tar.xz
linux-dev-63060c39161d3d61c771dee20a3cbdffaf83f1df.zip
selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y
CONFIG_CGROUP_BPF=y is required for test_dev_cgroup test case. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/config')
-rw-r--r--tools/testing/selftests/bpf/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 52d53ed08769..9d4897317c77 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -3,3 +3,4 @@ CONFIG_BPF_SYSCALL=y
CONFIG_NET_CLS_BPF=m
CONFIG_BPF_EVENTS=y
CONFIG_TEST_BPF=m
+CONFIG_CGROUP_BPF=y