diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2007-01-25 15:21:03 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 10:54:45 +0900 |
commit | 6dcda6f1ecef86209ac161631837bc57172ba049 (patch) | |
tree | 96ee988164104cdd2687f21dd9df69b52dda92a8 /arch/sh/mm | |
parent | 86b67ef7518d1fcd4489dc464d4c33a274a1c635 (diff) | |
download | linux-3.10-6dcda6f1ecef86209ac161631837bc57172ba049.tar.gz linux-3.10-6dcda6f1ecef86209ac161631837bc57172ba049.tar.bz2 linux-3.10-6dcda6f1ecef86209ac161631837bc57172ba049.zip |
sh: add SH7760 IPR IRQ data
Add SH7760 IPR IRQ data; makes 2.6.20-rc bootable again.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 28b5102e1cd..6b0d28ac924 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -151,6 +151,7 @@ config CPU_SUBTYPE_SH7760 bool "Support SH7760 processor" select CPU_SH4 select CPU_HAS_INTC2_IRQ + select CPU_HAS_IPR_IRQ config CPU_SUBTYPE_SH4_202 bool "Support SH4-202 processor" |