From: Benjamin Tissoires Date: Thu, 23 Feb 2023 14:17:26 +0000 (+0100) Subject: selftest: hid: fix hid_bpf not set in config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22ef7d7be4dc071712ddf0ae09df6ee39b4901a0;p=linux.git selftest: hid: fix hid_bpf not set in config Now that CONFIG_HID_BPF is not automatically implied by HID, we need to set it properly in the selftests config. Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- diff --git a/tools/testing/selftests/hid/config b/tools/testing/selftests/hid/config index 9c5a55abca6b6..5b5cef445b549 100644 --- a/tools/testing/selftests/hid/config +++ b/tools/testing/selftests/hid/config @@ -17,5 +17,6 @@ CONFIG_FTRACE_SYSCALLS=y CONFIG_FUNCTION_TRACER=y CONFIG_HIDRAW=y CONFIG_HID=y +CONFIG_HID_BPF=y CONFIG_INPUT_EVDEV=y CONFIG_UHID=y