Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Benjamin Tissoires and committed by
Jiri Kosina
22ef7d7b 1c5d4221

+1
+1
tools/testing/selftests/hid/config
··· 17 17 CONFIG_FUNCTION_TRACER=y 18 18 CONFIG_HIDRAW=y 19 19 CONFIG_HID=y 20 + CONFIG_HID_BPF=y 20 21 CONFIG_INPUT_EVDEV=y 21 22 CONFIG_UHID=y