summaryrefslogtreecommitdiff
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 07:14:54 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 07:14:54 (GMT)
commita328ff9a7e3109919f59ce1903a31f8b2e6339e5 (patch)
tree5533f6f8618397376731006d9ff61b37802dfc67 /arch/sh/mm
parent848dd265947c976b6340027088c090ff7f0a0b8b (diff)
downloadlinux-fsl-qoriq-a328ff9a7e3109919f59ce1903a31f8b2e6339e5.tar.xz
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index fb586b1..9064dfc 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -20,7 +20,6 @@ config CPU_SH4
config CPU_SH4A
bool
select CPU_SH4
- select CPU_HAS_INTC2_IRQ
config CPU_SUBTYPE_ST40
bool
@@ -144,6 +143,7 @@ config CPU_SUBTYPE_SH7770
config CPU_SUBTYPE_SH7780
bool "Support SH7780 processor"
select CPU_SH4A
+ select CPU_HAS_INTC2_IRQ
endmenu