diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-23 15:17:26 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-02-23 15:45:25 +0100 |
commit | 22ef7d7be4dc071712ddf0ae09df6ee39b4901a0 (patch) | |
tree | 1492eced371154904332026006a65aca129ed966 /tools | |
parent | HID: uhid: Over-ride the default maximum data buffer value with our own (diff) | |
download | linux-22ef7d7be4dc071712ddf0ae09df6ee39b4901a0.tar.xz linux-22ef7d7be4dc071712ddf0ae09df6ee39b4901a0.zip |
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 <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/hid/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/config b/tools/testing/selftests/hid/config index 9c5a55abca6b..5b5cef445b54 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 |