aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2007-08-01 04:02:22 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:47 -0400
commit1ee010087e2d26f0d8182bb189d5606e3586253c (patch)
tree229807854574a7b393d8fee35cc8a318fa212525 /arch/sh/mm
parent137b53b71cd421e0f59f7c4a3767c0fa9e49260a (diff)
sh: intc - add support for x3
This patch converts the cpu specific interrupt setup code for x3 from intc2 to intc. New vectors are also added to match the preliminary information. Use plat_irq_setup_pins() to select between IRQ and IRL mode for IRQ0-3. Signed-off-by: Magnus Damm <damm@igel.co.jp> 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 c35ba72a4002..d1a7e3f7b4ae 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -197,7 +197,7 @@ config CPU_SUBTYPE_SHX3
197 bool "Support SH-X3 processor" 197 bool "Support SH-X3 processor"
198 select CPU_SH4A 198 select CPU_SH4A
199 select CPU_SHX3 199 select CPU_SHX3
200 select CPU_HAS_INTC2_IRQ 200 select CPU_HAS_INTC_IRQ
201 201
202# SH4AL-DSP Processor Support 202# SH4AL-DSP Processor Support
203 203