BPF JIT is moving towards optimizing kfuncs and it was long overdue to switch the dependency. Let's do it now to simplify other patches in the series. Signed-off-by: Vadim Fedorenko <vadfed@xxxxxxxx> --- kernel/bpf/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/bpf/Kconfig b/kernel/bpf/Kconfig index 17067dcb4386..528d37819570 100644 --- a/kernel/bpf/Kconfig +++ b/kernel/bpf/Kconfig @@ -41,7 +41,7 @@ config BPF_SYSCALL config BPF_JIT bool "Enable BPF Just In Time compiler" - depends on BPF + depends on BPF_SYSCALL depends on HAVE_CBPF_JIT || HAVE_EBPF_JIT select EXECMEM help -- 2.47.1