We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8602015 commit 4e0b1b0Copy full SHA for 4e0b1b0
drivers/hid/bpf/Kconfig
@@ -4,7 +4,8 @@ menu "HID-BPF support"
4
config HID_BPF
5
bool "HID-BPF support"
6
default HID_SUPPORT
7
- depends on BPF && BPF_SYSCALL
+ depends on BPF && BPF_SYSCALL && \
8
+ DYNAMIC_FTRACE_WITH_DIRECT_CALLS
9
help
10
This option allows to support eBPF programs on the HID subsystem.
11
eBPF programs can fix HID devices in a lighter way than a full
0 commit comments