diff --git a/net/Kconfig b/net/Kconfig index 8f4e35a1d6f7..cbba4453ff52 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -295,7 +295,7 @@ config BQL config BPF_JIT bool "enable BPF Just In Time compiler" depends on HAVE_CBPF_JIT || HAVE_EBPF_JIT - depends on MODULES + depends on MODULES || ARM64 ---help--- Berkeley Packet Filter filtering capabilities are normally handled by an interpreter. This option allows kernel to generate a native