diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-20 05:27:10 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-20 05:27:10 -0400 |
commit | 2b1bd1ac5d4bffe3fd542bfe1784a583bd7df4fa (patch) | |
tree | 9c9840807d84cb4d9ca981fbae5093eef1c9ed12 /arch/sh/mm | |
parent | 027e56e68543780870fda74360ca45e392c50e1c (diff) |
sh: Preliminary support for the SH-X3 CPU.
This adds basic support for UP SH-X3.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 6fc5550c4ba1..ea1d2716fdb3 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -36,6 +36,9 @@ config CPU_SUBTYPE_ST40 | |||
36 | config CPU_SHX2 | 36 | config CPU_SHX2 |
37 | bool | 37 | bool |
38 | 38 | ||
39 | config CPU_SHX3 | ||
40 | bool | ||
41 | |||
39 | choice | 42 | choice |
40 | prompt "Processor sub-type selection" | 43 | prompt "Processor sub-type selection" |
41 | 44 | ||
@@ -193,6 +196,12 @@ config CPU_SUBTYPE_SH7785 | |||
193 | select CPU_SHX2 | 196 | select CPU_SHX2 |
194 | select CPU_HAS_INTC2_IRQ | 197 | select CPU_HAS_INTC2_IRQ |
195 | 198 | ||
199 | config CPU_SUBTYPE_SHX3 | ||
200 | bool "Support SH-X3 processor" | ||
201 | select CPU_SH4A | ||
202 | select CPU_SHX3 | ||
203 | select CPU_HAS_INTC2_IRQ | ||
204 | |||
196 | # SH4AL-DSP Processor Support | 205 | # SH4AL-DSP Processor Support |
197 | 206 | ||
198 | config CPU_SUBTYPE_SH73180 | 207 | config CPU_SUBTYPE_SH73180 |