diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-26 04:17:21 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:57 -0500 |
commit | 6d01f51086cf6c475470cdae67d2f45e5fb57833 (patch) | |
tree | f386f7ac91266e7554db20f26af0b287f82b4b5d /arch/sh/Kconfig | |
parent | ff1b7506051014cc38036401b89e426bf3d6a608 (diff) |
sh: Add SH7203 CPU support.
This adds support for the SH7203 (SH-2A) CPU.
Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d99ba375cc87..d8f62b842656 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -158,6 +158,10 @@ config CPU_SUBTYPE_SH7619 | |||
158 | 158 | ||
159 | # SH-2A Processor Support | 159 | # SH-2A Processor Support |
160 | 160 | ||
161 | config CPU_SUBTYPE_SH7203 | ||
162 | bool "Support SH7203 processor" | ||
163 | select CPU_SH2A | ||
164 | |||
161 | config CPU_SUBTYPE_SH7206 | 165 | config CPU_SUBTYPE_SH7206 |
162 | bool "Support SH7206 processor" | 166 | bool "Support SH7206 processor" |
163 | select CPU_SH2A | 167 | select CPU_SH2A |
@@ -556,7 +560,7 @@ config SH_PCLK_FREQ | |||
556 | default "32000000" if CPU_SUBTYPE_SH7722 | 560 | default "32000000" if CPU_SUBTYPE_SH7722 |
557 | default "33333333" if CPU_SUBTYPE_SH7770 || \ | 561 | default "33333333" if CPU_SUBTYPE_SH7770 || \ |
558 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ | 562 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ |
559 | CPU_SUBTYPE_SH7206 | 563 | CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 |
560 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | 564 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
561 | default "66000000" if CPU_SUBTYPE_SH4_202 | 565 | default "66000000" if CPU_SUBTYPE_SH4_202 |
562 | default "50000000" | 566 | default "50000000" |
@@ -567,7 +571,7 @@ config SH_PCLK_FREQ | |||
567 | 571 | ||
568 | config SH_CLK_MD | 572 | config SH_CLK_MD |
569 | int "CPU Mode Pin Setting" | 573 | int "CPU Mode Pin Setting" |
570 | depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206 | 574 | depends on CPU_SH2 |
571 | default 6 if CPU_SUBTYPE_SH7206 | 575 | default 6 if CPU_SUBTYPE_SH7206 |
572 | default 5 if CPU_SUBTYPE_SH7619 | 576 | default 5 if CPU_SUBTYPE_SH7619 |
573 | default 0 | 577 | default 0 |