summaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPeter Griffin2008-11-28 14:48:20 +0100
committerPaul Mundt2008-12-22 10:43:50 +0100
commit2825999e8a9bd7ab7e25a7e7475c7cdd10371a13 (patch)
tree2abe611b0ff90a255f6c00f0aacad4c1a2d8cdd5 /arch/sh/Kconfig
parentsh: Switch HD64461 from hw_interrupt_type to irq_chip (diff)
downloadkernel-qcow2-linux-2825999e8a9bd7ab7e25a7e7475c7cdd10371a13.tar.gz
kernel-qcow2-linux-2825999e8a9bd7ab7e25a7e7475c7cdd10371a13.tar.xz
kernel-qcow2-linux-2825999e8a9bd7ab7e25a7e7475c7cdd10371a13.zip
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/Kconfig5
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
# SH-2A Processor Support
+config CPU_SUBTYPE_SH7201
+ bool "Support SH7201 processor"
+ select CPU_SH2A
+ select CPU_HAS_FPU
+
config CPU_SUBTYPE_SH7203
bool "Support SH7203 processor"
select CPU_SH2A