diff options
author | Peter Griffin <pgriffin@mpc-data.co.uk> | 2008-11-28 08:48:20 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:43:50 -0500 |
commit | 2825999e8a9bd7ab7e25a7e7475c7cdd10371a13 (patch) | |
tree | 2abe611b0ff90a255f6c00f0aacad4c1a2d8cdd5 /arch/sh/Kconfig | |
parent | 135210b378d26f9a9a0c901d0089522c06b5807a (diff) |
sh: Add support for SH7201 CPU subtype.
This patch adds support for the SH-2A FPU based SH7201 processor subtype.
Signed-off-by: Peter Griffin <pgriffin@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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fd2c02d614ba..9d9baeb0784f 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -185,6 +185,11 @@ config CPU_SUBTYPE_SH7619 | |||
185 | 185 | ||
186 | # SH-2A Processor Support | 186 | # SH-2A Processor Support |
187 | 187 | ||
188 | config CPU_SUBTYPE_SH7201 | ||
189 | bool "Support SH7201 processor" | ||
190 | select CPU_SH2A | ||
191 | select CPU_HAS_FPU | ||
192 | |||
188 | config CPU_SUBTYPE_SH7203 | 193 | config CPU_SUBTYPE_SH7203 |
189 | bool "Support SH7203 processor" | 194 | bool "Support SH7203 processor" |
190 | select CPU_SH2A | 195 | select CPU_SH2A |