diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-06 14:36:06 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-06 14:36:06 -0400 |
commit | 989e5ab3e8159f563b3fda5317febee5af040983 (patch) | |
tree | 9a70522b054f068f329eb4a83f21c21650f1f910 /arch/sh | |
parent | 04c7d9579f25ff0dd01efa958805f34c92bc6a71 (diff) |
sh: Select IPR-IRQ for SH7091.
Fixes a compile failure for the Dreamcast.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-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 ea1d2716fdb3..28d79a474cde 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -127,6 +127,7 @@ config CPU_SUBTYPE_SH7750 | |||
127 | config CPU_SUBTYPE_SH7091 | 127 | config CPU_SUBTYPE_SH7091 |
128 | bool "Support SH7091 processor" | 128 | bool "Support SH7091 processor" |
129 | select CPU_SH4 | 129 | select CPU_SH4 |
130 | select CPU_HAS_IPR_IRQ | ||
130 | help | 131 | help |
131 | Select SH7091 if you have an SH-4 based Sega device (such as | 132 | Select SH7091 if you have an SH-4 based Sega device (such as |
132 | the Dreamcast, Naomi, and Naomi 2). | 133 | the Dreamcast, Naomi, and Naomi 2). |