diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-01-22 14:40:04 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 23:09:09 +0100 |
commit | 490b004febb3fe9aca7330a729b29fe935be3b31 (patch) | |
tree | 7d3238c9ff16c57ccdf8d3c2022e01a1ddd507a5 /arch/mips/Kconfig | |
parent | 4c21b8fd8f146a22e1eaf92833a32e51f560e82a (diff) | |
download | blackbird-op-linux-490b004febb3fe9aca7330a729b29fe935be3b31.tar.gz blackbird-op-linux-490b004febb3fe9aca7330a729b29fe935be3b31.zip |
MIPS: Select HAVE_ARCH_SECCOMP_FILTER
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6401/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-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 82aa06974c53..e5e6aaded3dd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -10,6 +10,7 @@ config MIPS select HAVE_PERF_EVENTS select PERF_USE_VMALLOC select HAVE_ARCH_KGDB + select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK select ARCH_HAVE_CUSTOM_GPIO_H select HAVE_FUNCTION_TRACER |