Message ID | 1590147389-26482-3-git-send-email-alan.maguire@oracle.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | a5dfaa2ab94057dd75c7911143482a0a85593c14 |
Headers | show |
Series | selftests/bpf: add missing CONFIG values to test config | expand |
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config index 48e0585..2118e23 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
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> --- tools/testing/selftests/bpf/config | 1 + 1 file changed, 1 insertion(+)