diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-31 04:11:21 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:46 -0400 |
commit | a0e23267d4c57cdaa88114c3d88e25c87ee32d84 (patch) | |
tree | ef578c3f6267dd7d16ede6e3cd778f0b1e619a76 /arch/sh/mm | |
parent | e7bd34a15b85655f24d1b45edbe3bdfebf9d027e (diff) |
sh: intc - add support for SH7785
This patch converts the cpu specific interrupt setup code for sh7785
from intc2 to intc. New vectors are also added to match the information
provided by the datasheet.
No IRQ/IRL pin vectors are enabled by default. Use plat_irq_setup_pins()
to select between IRL and IRQ mode.
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index c2777555003e..99aebecc5701 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -192,7 +192,7 @@ config CPU_SUBTYPE_SH7785 | |||
192 | bool "Support SH7785 processor" | 192 | bool "Support SH7785 processor" |
193 | select CPU_SH4A | 193 | select CPU_SH4A |
194 | select CPU_SHX2 | 194 | select CPU_SHX2 |
195 | select CPU_HAS_INTC2_IRQ | 195 | select CPU_HAS_INTC_IRQ |
196 | 196 | ||
197 | config CPU_SUBTYPE_SHX3 | 197 | config CPU_SUBTYPE_SHX3 |
198 | bool "Support SH-X3 processor" | 198 | bool "Support SH-X3 processor" |