aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2007-07-31 04:12:34 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:46 -0400
commite29bfbc44332ee2233d87d5adfd1824fd8a1c73b (patch)
tree80cb6ff95302a0817ef597f974df893fb76e2445 /arch/sh/mm/Kconfig
parenta0e23267d4c57cdaa88114c3d88e25c87ee32d84 (diff)
sh: intc - add support for SH7760
This patch converts the cpu specific interrupt setup code for sh7760 from ipr + intc2 to intc. New vectors are also added to match the information provided by the datasheet. Vectors for IRQ4-IRQ7 are enabled by default. Use plat_irq_setup_pins() if pins IRL0-3 should be used in IRLM mode. The patch also adds the SIM block to the serial port platform data. Version two of this patch fixes MMCIF problems reported by Manuel Lauss. Signed-off-by: Magnus Damm <damm@igel.co.jp> Acked-by: Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r--arch/sh/mm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index 99aebecc5701..c35ba72a4002 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -155,8 +155,7 @@ config CPU_SUBTYPE_SH7751R
155config CPU_SUBTYPE_SH7760 155config CPU_SUBTYPE_SH7760
156 bool "Support SH7760 processor" 156 bool "Support SH7760 processor"
157 select CPU_SH4 157 select CPU_SH4
158 select CPU_HAS_INTC2_IRQ 158 select CPU_HAS_INTC_IRQ
159 select CPU_HAS_IPR_IRQ
160 159
161config CPU_SUBTYPE_SH4_202 160config CPU_SUBTYPE_SH4_202
162 bool "Support SH4-202 processor" 161 bool "Support SH4-202 processor"