aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-06-19 06:27:55 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 05:10:31 -0400
commit7c93d87d09813e32724b572530abe5b5405ab1d1 (patch)
treebaa9a343fbc86d3e97de38ca055929e49826eddf
parent787d9d7e89c3952db12d9e4bb02ba5c5a85f6b7f (diff)
sh: Fix Kconfig of AP-325RXA
The CPU of AP-325RXA is SH7723, but a CPU becomes selectable. This patch fixes this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 9bbb70547f5e..5f84552ecb74 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -504,7 +504,7 @@ config SH_MIGOR
504 504
505config SH_AP325RXA 505config SH_AP325RXA
506 bool "AP-325RXA" 506 bool "AP-325RXA"
507 select CPU_SUBTYPE_SH7723 507 depends on CPU_SUBTYPE_SH7723
508 help 508 help
509 Renesas "AP-325RXA" support. 509 Renesas "AP-325RXA" support.
510 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" 510 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"