diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-01 17:23:14 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:46 +0000 |
commit | fa1ec92e1dcd4fa4be23db24e4c019c0e4194c89 (patch) | |
tree | 489bcd11773f19936f1739ddc81a9cfaf4e14944 /arch/sh/mm | |
parent | 2826fa61c13716816c7ae658b8f1c5a4a505d8ac (diff) |
sh: Enable IPR-IRQ for SH7206.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-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 config CPU_SUBTYPE_SH7206 bool "Support SH7206 processor" select CPU_SH2A + select CPU_HAS_IPR_IRQ # SH-3 Processor Support |