Skip to content

Commit 22ef7d7

Browse files
bentissJiri Kosina
authored andcommitted
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1c5d422 commit 22ef7d7

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/hid

1 file changed

+1
-0
lines changed

tools/testing/selftests/hid/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ CONFIG_FTRACE_SYSCALLS=y
1717
CONFIG_FUNCTION_TRACER=y
1818
CONFIG_HIDRAW=y
1919
CONFIG_HID=y
20+
CONFIG_HID_BPF=y
2021
CONFIG_INPUT_EVDEV=y
2122
CONFIG_UHID=y

0 commit comments

Comments
 (0)