diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-08-17 00:53:41 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:50 +0900 |
commit | 2eb0303c2cd536d7f15c7f3bafc848b850a447f0 (patch) | |
tree | b2283de8710f9764f8aaae7c9da2f8f59c8b4153 /arch/sh/mm/Kconfig | |
parent | 0dc3fc04dd0251aa95b49ca7048e9e8f24291166 (diff) | |
download | linux-2eb0303c2cd536d7f15c7f3bafc848b850a447f0.tar.gz linux-2eb0303c2cd536d7f15c7f3bafc848b850a447f0.tar.bz2 linux-2eb0303c2cd536d7f15c7f3bafc848b850a447f0.zip |
sh: intc - add support for sh7206
This patch converts the cpu specific interrupt setup code for sh7206
from ipr to intc. New vectors are also added to match the information
provided by the datasheet.
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 abc032505848..1bebfe30240f 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -57,7 +57,7 @@ config CPU_SUBTYPE_SH7619 config CPU_SUBTYPE_SH7206 bool "Support SH7206 processor" select CPU_SH2A - select CPU_HAS_IPR_IRQ + select CPU_HAS_INTC_IRQ # SH-3 Processor Support |