aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorAlan Maguire <alan.maguire@oracle.com>2020-05-22 12:36:29 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2020-05-23 01:12:31 +0200
commita5dfaa2ab94057dd75c7911143482a0a85593c14 (patch)
treee561c90e0db4de497b02683a70a25cbee3bfc59d /tools/testing/selftests/bpf/config
parentselftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o (diff)
downloadlinux-dev-a5dfaa2ab94057dd75c7911143482a0a85593c14.tar.xz
linux-dev-a5dfaa2ab94057dd75c7911143482a0a85593c14.zip
selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh
test_lirc_mode2.sh assumes presence of /sys/class/rc/rc0/lirc*/uevent which will not be present unless CONFIG_LIRC=y Fixes: 6bdd533cee9a ("bpf: add selftest for lirc_mode2 type program") Signed-off-by: Alan Maguire <alan.maguire@oracle.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/1590147389-26482-3-git-send-email-alan.maguire@oracle.com
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 48e058552eb7..2118e23ac07a 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -38,3 +38,4 @@ CONFIG_IPV6_SIT=m
CONFIG_BPF_JIT=y
CONFIG_BPF_LSM=y
CONFIG_SECURITY=y
+CONFIG_LIRC=y