diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 22:13:36 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 22:13:36 +0900 |
commit | 3231739d97b348c628a10fb49adfa9143e1de28b (patch) | |
tree | f5e83577d6d2e3333f298c2491bc1adabee753ef /arch/sh/Kconfig | |
parent | fb4f87a2f048b4cb1a499c9baa78f1d8437b09c3 (diff) | |
download | op-kernel-dev-3231739d97b348c628a10fb49adfa9143e1de28b.zip op-kernel-dev-3231739d97b348c628a10fb49adfa9143e1de28b.tar.gz |
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/Kconfig')
-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 434183e..f995d13 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -23,6 +23,7 @@ config SUPERH32 def_bool !SUPERH64 select HAVE_KPROBES select HAVE_KRETPROBES + select HAVE_ARCH_TRACEHOOK if (!SH_FPU && !SH_DSP) config SUPERH64 def_bool y if CPU_SH5 |