1
0
Fork 0

sh: consolidate CONFIG_SYS_CPU defines

Now each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3,
CONFIG_CPU_SH4, so let's move CONFIG_SYS_CPU definition to
arch/sh/Kconfig.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
utp
Masahiro Yamada 2014-11-06 15:55:22 +09:00 committed by Nobuhiro Iwamatsu
parent 7d2366627e
commit 887363b5f0
22 changed files with 8 additions and 66 deletions

View File

@ -1,9 +1,6 @@
menu "SuperH architecture"
depends on SH
config SYS_ARCH
default "sh"
config CPU_SH2
bool
@ -110,6 +107,14 @@ config TARGET_SH7785LCR
endchoice
config SYS_ARCH
default "sh"
config SYS_CPU
default "sh2" if CPU_SH2
default "sh3" if CPU_SH3
default "sh4" if CPU_SH4
source "board/alphaproject/ap_sh4a_4a/Kconfig"
source "board/espt/Kconfig"
source "board/mpr2/Kconfig"

View File

@ -1,8 +1,5 @@
if TARGET_AP_SH4A_4A
config SYS_CPU
default "sh4"
config SYS_BOARD
default "ap_sh4a_4a"

View File

@ -1,8 +1,5 @@
if TARGET_ESPT
config SYS_CPU
default "sh4"
config SYS_BOARD
default "espt"

View File

@ -1,8 +1,5 @@
if TARGET_MPR2
config SYS_CPU
default "sh3"
config SYS_BOARD
default "mpr2"

View File

@ -1,8 +1,5 @@
if TARGET_MS7720SE
config SYS_CPU
default "sh3"
config SYS_BOARD
default "ms7720se"

View File

@ -1,8 +1,5 @@
if TARGET_MS7722SE
config SYS_CPU
default "sh4"
config SYS_BOARD
default "ms7722se"

View File

@ -1,8 +1,5 @@
if TARGET_MS7750SE
config SYS_CPU
default "sh4"
config SYS_BOARD
default "ms7750se"

View File

@ -1,8 +1,5 @@
if TARGET_MIGOR
config SYS_CPU
default "sh4"
config SYS_BOARD
default "MigoR"

View File

@ -1,8 +1,5 @@
if TARGET_AP325RXA
config SYS_CPU
default "sh4"
config SYS_BOARD
default "ap325rxa"

View File

@ -1,8 +1,5 @@
if TARGET_ECOVEC
config SYS_CPU
default "sh4"
config SYS_BOARD
default "ecovec"

View File

@ -1,8 +1,5 @@
if TARGET_R0P7734
config SYS_CPU
default "sh4"
config SYS_BOARD
default "r0p7734"

View File

@ -1,8 +1,5 @@
if TARGET_R2DPLUS
config SYS_CPU
default "sh4"
config SYS_BOARD
default "r2dplus"

View File

@ -1,8 +1,5 @@
if TARGET_R7780MP
config SYS_CPU
default "sh4"
config SYS_BOARD
default "r7780mp"

View File

@ -1,8 +1,5 @@
if TARGET_RSK7203
config SYS_CPU
default "sh2"
config SYS_BOARD
default "rsk7203"

View File

@ -1,8 +1,5 @@
if TARGET_RSK7264
config SYS_CPU
default "sh2"
config SYS_BOARD
default "rsk7264"

View File

@ -1,8 +1,5 @@
if TARGET_RSK7269
config SYS_CPU
default "sh2"
config SYS_BOARD
default "rsk7269"

View File

@ -1,8 +1,5 @@
if TARGET_SH7752EVB
config SYS_CPU
default "sh4"
config SYS_BOARD
default "sh7752evb"

View File

@ -1,8 +1,5 @@
if TARGET_SH7753EVB
config SYS_CPU
default "sh4"
config SYS_BOARD
default "sh7753evb"

View File

@ -1,8 +1,5 @@
if TARGET_SH7757LCR
config SYS_CPU
default "sh4"
config SYS_BOARD
default "sh7757lcr"

View File

@ -1,8 +1,5 @@
if TARGET_SH7763RDP
config SYS_CPU
default "sh4"
config SYS_BOARD
default "sh7763rdp"

View File

@ -1,8 +1,5 @@
if TARGET_SH7785LCR
config SYS_CPU
default "sh4"
config SYS_BOARD
default "sh7785lcr"

View File

@ -1,8 +1,5 @@
if TARGET_SHMIN
config SYS_CPU
default "sh3"
config SYS_BOARD
default "shmin"