diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-24 21:50:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:45 -0400 |
commit | 70e8be0a4e21f71e654bea2e5ec4789e976a796b (patch) | |
tree | 23992c8542076cf267dea729ee5a3a08573e2b0f /arch/sh/mm/Kconfig | |
parent | 335fb8fc71692830aca0a5a5fe7f60016ee0d0aa (diff) |
sh: intc - add support for SH7705
This patch converts the cpu specific interrupt setup code for
sh7705 from ipr to intc. While at it new vectors are added to
match the information provided by the datasheet.
Vectors for IRQ4 and IRQ5 are enabled by default.
Use plat_irq_setup_pins() if pins IRQ0-3 should be used in IRQ mode.
This patch also adds sh7705 specific platform data for the rtc driver.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-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 43f3972a5fb9..a4202606de4f 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -66,7 +66,7 @@ config CPU_SUBTYPE_SH7206 | |||
66 | config CPU_SUBTYPE_SH7705 | 66 | config CPU_SUBTYPE_SH7705 |
67 | bool "Support SH7705 processor" | 67 | bool "Support SH7705 processor" |
68 | select CPU_SH3 | 68 | select CPU_SH3 |
69 | select CPU_HAS_IPR_IRQ | 69 | select CPU_HAS_INTC_IRQ |
70 | 70 | ||
71 | config CPU_SUBTYPE_SH7706 | 71 | config CPU_SUBTYPE_SH7706 |
72 | bool "Support SH7706 processor" | 72 | bool "Support SH7706 processor" |