diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 09:13:36 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 09:13:36 -0400 |
commit | 3231739d97b348c628a10fb49adfa9143e1de28b (patch) | |
tree | f5e83577d6d2e3333f298c2491bc1adabee753ef /arch/sh | |
parent | fb4f87a2f048b4cb1a499c9baa78f1d8437b09c3 (diff) |
sh: Enable HAVE_ARCH_TRACEHOOK.
Now that the rest of the support requirements are out of the way, finally
enable support for tracehook.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 434183eb4f12..f995d134ab3a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -23,6 +23,7 @@ config SUPERH32 | |||
23 | def_bool !SUPERH64 | 23 | def_bool !SUPERH64 |
24 | select HAVE_KPROBES | 24 | select HAVE_KPROBES |
25 | select HAVE_KRETPROBES | 25 | select HAVE_KRETPROBES |
26 | select HAVE_ARCH_TRACEHOOK if (!SH_FPU && !SH_DSP) | ||
26 | 27 | ||
27 | config SUPERH64 | 28 | config SUPERH64 |
28 | def_bool y if CPU_SH5 | 29 | def_bool y if CPU_SH5 |