diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:14:54 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:14:54 -0400 |
commit | a328ff9a7e3109919f59ce1903a31f8b2e6339e5 (patch) | |
tree | 5533f6f8618397376731006d9ff61b37802dfc67 /arch/sh/mm | |
parent | 848dd265947c976b6340027088c090ff7f0a0b8b (diff) |
sh: SE73180 updates for IRQ changes.
SE73180 can use the generic support, we just need to
wire up the IRQ demuxing.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index fb586b1cf8bb..9064dfc91e6d 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -20,7 +20,6 @@ config CPU_SH4 | |||
20 | config CPU_SH4A | 20 | config CPU_SH4A |
21 | bool | 21 | bool |
22 | select CPU_SH4 | 22 | select CPU_SH4 |
23 | select CPU_HAS_INTC2_IRQ | ||
24 | 23 | ||
25 | config CPU_SUBTYPE_ST40 | 24 | config CPU_SUBTYPE_ST40 |
26 | bool | 25 | bool |
@@ -144,6 +143,7 @@ config CPU_SUBTYPE_SH7770 | |||
144 | config CPU_SUBTYPE_SH7780 | 143 | config CPU_SUBTYPE_SH7780 |
145 | bool "Support SH7780 processor" | 144 | bool "Support SH7780 processor" |
146 | select CPU_SH4A | 145 | select CPU_SH4A |
146 | select CPU_HAS_INTC2_IRQ | ||
147 | 147 | ||
148 | endmenu | 148 | endmenu |
149 | 149 | ||