diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-13 19:51:06 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-13 19:51:06 +0900 |
commit | 2b2d4e70031d910f3ddf4d5d2b8be6724f871549 (patch) | |
tree | cd765df63d1f44f99407c2b4e4e5a41fedb86e05 /arch/sh/Kconfig | |
parent | 6c0602b8dd4b41c078b52ed8ea97023970781744 (diff) |
sh: Fix up the timer IRQ definition for SH7203.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 95b7534e9e3..12720489e45 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -580,6 +580,7 @@ config SH_TIMER_IRQ CPU_SUBTYPE_SH7763 default "86" if CPU_SUBTYPE_SH7619 default "140" if CPU_SUBTYPE_SH7206 + default "142" if CPU_SUBTYPE_SH7203 default "16" config SH_PCLK_FREQ |