diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 22:42:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 22:42:10 +0900 |
commit | 5dadb34394d59313e2e763ae8e2fc911e9fc557c (patch) | |
tree | 843585369634453507a9d226d6b1299eb33d14b0 /arch/sh/Kconfig | |
parent | 6bff1592d85c9fa1f1d9d4de1cd0e104279544a6 (diff) | |
download | kernel-crypto-5dadb34394d59313e2e763ae8e2fc911e9fc557c.tar.gz kernel-crypto-5dadb34394d59313e2e763ae8e2fc911e9fc557c.tar.xz kernel-crypto-5dadb34394d59313e2e763ae8e2fc911e9fc557c.zip |
sh: Add DSP registers to regset interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index f995d134ab3..acaba1bdd8a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -23,7 +23,7 @@ config SUPERH32 def_bool !SUPERH64 select HAVE_KPROBES select HAVE_KRETPROBES - select HAVE_ARCH_TRACEHOOK if (!SH_FPU && !SH_DSP) + select HAVE_ARCH_TRACEHOOK if !SH_FPU config SUPERH64 def_bool y if CPU_SH5 |