diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-13 06:51:06 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-13 06:51:06 -0400 |
commit | 2b2d4e70031d910f3ddf4d5d2b8be6724f871549 (patch) | |
tree | cd765df63d1f44f99407c2b4e4e5a41fedb86e05 /arch | |
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')
-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 95b7534e9e3c..12720489e458 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -580,6 +580,7 @@ config SH_TIMER_IRQ | |||
580 | CPU_SUBTYPE_SH7763 | 580 | CPU_SUBTYPE_SH7763 |
581 | default "86" if CPU_SUBTYPE_SH7619 | 581 | default "86" if CPU_SUBTYPE_SH7619 |
582 | default "140" if CPU_SUBTYPE_SH7206 | 582 | default "140" if CPU_SUBTYPE_SH7206 |
583 | default "142" if CPU_SUBTYPE_SH7203 | ||
583 | default "16" | 584 | default "16" |
584 | 585 | ||
585 | config SH_PCLK_FREQ | 586 | config SH_PCLK_FREQ |