diff --git a/config/Config-kernel.in b/config/Config-kernel.in index b669883a8a..3822eb4f04 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -453,6 +453,7 @@ config KERNEL_KPROBE_EVENTS config KERNEL_BPF_EVENTS bool "Compile the kernel with BPF event support" select KERNEL_KPROBES + default y if KERNEL_DEBUG_INFO_BTF help Allows to attach BPF programs to kprobe, uprobe and tracepoint events. This is required to use BPF maps of type BPF_MAP_TYPE_PERF_EVENT_ARRAY