diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-26 05:54:02 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:57 -0500 |
commit | a8f67f4b4d4b74cd14d3540ade8657ebee543340 (patch) | |
tree | 0196ebc52c34d157a86a89d519556f8172d24feb /arch/sh/Kconfig | |
parent | 47a3eb95560ea525a2dfbee1c4e7f03a45fd2207 (diff) |
sh: Add SH7263 CPU support.
This adds support for the SH7263 (SH-2A) CPU.
This particular CPU is a superset of SH7203, adding some additional
peripheral blocks and hooking up additional (reserved on SH7203)
vectors in the INTC block.
No visibly nasty surprises, yet..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d8f62b842656..c18a5512ac82 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -166,6 +166,10 @@ config CPU_SUBTYPE_SH7206 | |||
166 | bool "Support SH7206 processor" | 166 | bool "Support SH7206 processor" |
167 | select CPU_SH2A | 167 | select CPU_SH2A |
168 | 168 | ||
169 | config CPU_SUBTYPE_SH7263 | ||
170 | bool "Support SH7263 processor" | ||
171 | select CPU_SH2A | ||
172 | |||
169 | # SH-3 Processor Support | 173 | # SH-3 Processor Support |
170 | 174 | ||
171 | config CPU_SUBTYPE_SH7705 | 175 | config CPU_SUBTYPE_SH7705 |
@@ -560,7 +564,8 @@ config SH_PCLK_FREQ | |||
560 | default "32000000" if CPU_SUBTYPE_SH7722 | 564 | default "32000000" if CPU_SUBTYPE_SH7722 |
561 | default "33333333" if CPU_SUBTYPE_SH7770 || \ | 565 | default "33333333" if CPU_SUBTYPE_SH7770 || \ |
562 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ | 566 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ |
563 | CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 | 567 | CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ |
568 | CPU_SUBTYPE_SH7263 | ||
564 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | 569 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
565 | default "66000000" if CPU_SUBTYPE_SH4_202 | 570 | default "66000000" if CPU_SUBTYPE_SH4_202 |
566 | default "50000000" | 571 | default "50000000" |