diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-01 04:23:14 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-07 22:43:46 -0400 |
commit | fa1ec92e1dcd4fa4be23db24e4c019c0e4194c89 (patch) | |
tree | 489bcd11773f19936f1739ddc81a9cfaf4e14944 | |
parent | 2826fa61c13716816c7ae658b8f1c5a4a505d8ac (diff) |
sh: Enable IPR-IRQ for SH7206.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 46fd212b3ed6..955a851c0c75 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -58,6 +58,7 @@ config CPU_SUBTYPE_SH7619 | |||
58 | config CPU_SUBTYPE_SH7206 | 58 | config CPU_SUBTYPE_SH7206 |
59 | bool "Support SH7206 processor" | 59 | bool "Support SH7206 processor" |
60 | select CPU_SH2A | 60 | select CPU_SH2A |
61 | select CPU_HAS_IPR_IRQ | ||
61 | 62 | ||
62 | # SH-3 Processor Support | 63 | # SH-3 Processor Support |
63 | 64 | ||