projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5d422
)
selftest: hid: fix hid_bpf not set in config
author
Benjamin Tissoires
<benjamin.tissoires@redhat.com>
Thu, 23 Feb 2023 14:17:26 +0000
(15:17 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 23 Feb 2023 14:45:25 +0000
(15:45 +0100)
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 <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tools/testing/selftests/hid/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/hid/config
b/tools/testing/selftests/hid/config
index
9c5a55a
..
5b5cef4
100644
(file)
--- 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