瀏覽代碼

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>
Nobuhiro Iwamatsu 17 年之前
父節點
當前提交
7c93d87d09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/Kconfig

+ 1 - 1
arch/sh/Kconfig

@@ -504,7 +504,7 @@ config SH_MIGOR
 
 
 config SH_AP325RXA
 config SH_AP325RXA
 	bool "AP-325RXA"
 	bool "AP-325RXA"
-	select CPU_SUBTYPE_SH7723
+	depends on CPU_SUBTYPE_SH7723
 	help
 	help
 	  Renesas "AP-325RXA" support.
 	  Renesas "AP-325RXA" support.
 	  Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
 	  Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"