diff options
author | David S. Miller <davem@davemloft.net> | 2009-06-13 04:03:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-16 07:56:53 -0400 |
commit | 9be12f9b1c4fd5f18cc82c170a32bfe1713ba76d (patch) | |
tree | d59b601e655160be8caaeb3ba755b0ad50199cc0 /arch/sparc/Kconfig | |
parent | 949e82744b31b555dd6dba40758e05338f305233 (diff) |
sparc64: Add proper dynamic ftrace support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 2185cf946d68..3f8b6a92eabd 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -37,6 +37,8 @@ config SPARC64 | |||
37 | select HAVE_KPROBES | 37 | select HAVE_KPROBES |
38 | select HAVE_LMB | 38 | select HAVE_LMB |
39 | select HAVE_SYSCALL_WRAPPERS | 39 | select HAVE_SYSCALL_WRAPPERS |
40 | select HAVE_DYNAMIC_FTRACE | ||
41 | select HAVE_FTRACE_MCOUNT_RECORD | ||
40 | select USE_GENERIC_SMP_HELPERS if SMP | 42 | select USE_GENERIC_SMP_HELPERS if SMP |
41 | select RTC_DRV_CMOS | 43 | select RTC_DRV_CMOS |
42 | select RTC_DRV_BQ4802 | 44 | select RTC_DRV_BQ4802 |