aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 12:44:03 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 12:44:03 -0400
commit5a89f1adbc5ce44988aab0c370ae2f1478061307 (patch)
tree934ea889b6fecd00eacaa18be210a063177f98b0 /arch/sh/Kconfig
parent0e660d2d433393f983cd58fe8c54f831fa7c7713 (diff)
sh: latencytop support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index acaba1bdd8a6..18a1cc8a6aa3 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -100,6 +100,10 @@ config STACKTRACE_SUPPORT
100config LOCKDEP_SUPPORT 100config LOCKDEP_SUPPORT
101 def_bool y 101 def_bool y
102 102
103config HAVE_LATENCYTOP_SUPPORT
104 def_bool y
105 depends on !SMP
106
103config ARCH_HAS_ILOG2_U32 107config ARCH_HAS_ILOG2_U32
104 def_bool n 108 def_bool n
105 109