summaryrefslogtreecommitdiff
path: root/drivers/hid/bpf
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/bpf')
-rw-r--r--drivers/hid/bpf/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/hid/bpf/Kconfig b/drivers/hid/bpf/Kconfig
index 03f52145b83b..83214bae6768 100644
--- a/drivers/hid/bpf/Kconfig
+++ b/drivers/hid/bpf/Kconfig
@@ -3,9 +3,9 @@ menu "HID-BPF support"
config HID_BPF
bool "HID-BPF support"
- default HID_SUPPORT
- depends on BPF && BPF_SYSCALL && \
- DYNAMIC_FTRACE_WITH_DIRECT_CALLS
+ depends on BPF
+ depends on BPF_SYSCALL
+ depends on DYNAMIC_FTRACE_WITH_DIRECT_CALLS
help
This option allows to support eBPF programs on the HID subsystem.
eBPF programs can fix HID devices in a lighter way than a full
@@ -13,6 +13,4 @@ config HID_BPF
For documentation, see Documentation/hid/hid-bpf.rst
- If unsure, say Y.
-
endmenu