diff options
author | Markos Chandras | 2014-04-09 17:02:35 +0100 |
---|---|---|
committer | Ralf Baechle | 2014-05-30 16:10:20 +0200 |
commit | 3f5fdb4bd193091fd30db52c609c4b304151d656 (patch) | |
tree | 94f7aded60a427e17c50cbb3cfdff6897accca8c /arch/mips | |
parent | c6610de353da5ca6eee5b8960e838a87a90ead0c (diff) |
MIPS: Enable the BPF_JIT symbol for MIPS
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6743/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2fe8e60a9ea7..22a69d785c4d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -12,6 +12,7 @@ config MIPS select HAVE_ARCH_KGDB select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK + select HAVE_BPF_JIT if !CPU_MICROMIPS select ARCH_HAVE_CUSTOM_GPIO_H select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_TRACE_MCOUNT_TEST |