diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-09-06 14:24:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 16:25:16 -0400 |
commit | 1d7bf993e0731b4ac790667c196b2a2d787f95c3 (patch) | |
tree | 235093a4593d6c68b87b5d602a2f1d0dde3ad085 /arch/mips/Kconfig | |
parent | 0dfa95aaa817eec8473abf5465eae135b1cf1138 (diff) |
MIPS: ftrace: Add support for syscall tracepoints.
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 d523b5489929..d2440478787b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -19,6 +19,7 @@ config MIPS | |||
19 | select HAVE_KPROBES | 19 | select HAVE_KPROBES |
20 | select HAVE_KRETPROBES | 20 | select HAVE_KRETPROBES |
21 | select HAVE_DEBUG_KMEMLEAK | 21 | select HAVE_DEBUG_KMEMLEAK |
22 | select HAVE_SYSCALL_TRACEPOINTS | ||
22 | select ARCH_BINFMT_ELF_RANDOMIZE_PIE | 23 | select ARCH_BINFMT_ELF_RANDOMIZE_PIE |
23 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT | 24 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT |
24 | select RTC_LIB if !MACH_LOONGSON | 25 | select RTC_LIB if !MACH_LOONGSON |