diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-13 01:44:03 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-13 01:44:03 +0900 |
commit | 5a89f1adbc5ce44988aab0c370ae2f1478061307 (patch) | |
tree | 934ea889b6fecd00eacaa18be210a063177f98b0 /arch/sh/Kconfig | |
parent | 0e660d2d433393f983cd58fe8c54f831fa7c7713 (diff) |
sh: latencytop support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index acaba1bdd8a..18a1cc8a6aa 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -100,6 +100,10 @@ config STACKTRACE_SUPPORT config LOCKDEP_SUPPORT def_bool y +config HAVE_LATENCYTOP_SUPPORT + def_bool y + depends on !SMP + config ARCH_HAS_ILOG2_U32 def_bool n |