2014-07-30 05:08:14 +00:00
|
|
|
menu "SuperH architecture"
|
|
|
|
depends on SH
|
|
|
|
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
config CPU_SH2
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CPU_SH2A
|
|
|
|
bool
|
|
|
|
select CPU_SH2
|
|
|
|
|
|
|
|
config CPU_SH3
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CPU_SH4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CPU_SH4A
|
|
|
|
bool
|
|
|
|
select CPU_SH4
|
|
|
|
|
2014-11-14 03:52:47 +00:00
|
|
|
config SH_32BIT
|
|
|
|
bool "32bit mode"
|
|
|
|
depends on CPU_SH4A
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
SH4A has 2 physical memory maps. This use 32bit mode.
|
|
|
|
And this is board specific. Please check your board if you
|
|
|
|
want to use this.
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
choice
|
|
|
|
prompt "Target select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_RSK7203
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "RSK+ 7203"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH2A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_RSK7264
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "RSK2+SH7264"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH2A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_RSK7269
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "RSK2+SH7269"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH2A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPR2
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "Magic Panel Release 2 board"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH3
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MS7720SE
|
|
|
|
bool "Support ms7720se"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH3
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SHMIN
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SHMIN"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH3
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_ESPT
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "Data Technology ESPT-GIGA board"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MS7722SE
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SolutionEngine 7722"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MS7750SE
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SolutionEngine 7750"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_AP_SH4A_4A
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "ALPHAPROJECT AP-SH4A-4A"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_AP325RXA
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "Renesas AP-325RXA"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_ECOVEC
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "EcoVec"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MIGOR
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "Migo-R"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_R0P7734
|
|
|
|
bool "Support r0p7734"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_R2DPLUS
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "Renesas R2D-PLUS"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_R7780MP
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "R7780MP board"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SH7752EVB
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SH7752EVB"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SH7753EVB
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SH7753EVB"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SH7757LCR
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SH7757LCR"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SH7763RDP
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SH7763RDP"
|
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.
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>
2014-11-06 06:55:21 +00:00
|
|
|
select CPU_SH4
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SH7785LCR
|
2014-11-06 06:55:20 +00:00
|
|
|
bool "SH7785LCR"
|
2014-11-06 06:55:23 +00:00
|
|
|
select CPU_SH4A
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2014-11-06 06:55:22 +00:00
|
|
|
config SYS_ARCH
|
|
|
|
default "sh"
|
|
|
|
|
|
|
|
config SYS_CPU
|
|
|
|
default "sh2" if CPU_SH2
|
|
|
|
default "sh3" if CPU_SH3
|
|
|
|
default "sh4" if CPU_SH4
|
|
|
|
|
2017-08-04 22:34:47 +00:00
|
|
|
source "arch/sh/lib/Kconfig"
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
source "board/alphaproject/ap_sh4a_4a/Kconfig"
|
|
|
|
source "board/espt/Kconfig"
|
|
|
|
source "board/mpr2/Kconfig"
|
|
|
|
source "board/ms7720se/Kconfig"
|
|
|
|
source "board/ms7722se/Kconfig"
|
|
|
|
source "board/ms7750se/Kconfig"
|
|
|
|
source "board/renesas/MigoR/Kconfig"
|
|
|
|
source "board/renesas/ap325rxa/Kconfig"
|
|
|
|
source "board/renesas/ecovec/Kconfig"
|
|
|
|
source "board/renesas/r0p7734/Kconfig"
|
|
|
|
source "board/renesas/r2dplus/Kconfig"
|
|
|
|
source "board/renesas/r7780mp/Kconfig"
|
|
|
|
source "board/renesas/rsk7203/Kconfig"
|
|
|
|
source "board/renesas/rsk7264/Kconfig"
|
|
|
|
source "board/renesas/rsk7269/Kconfig"
|
|
|
|
source "board/renesas/sh7752evb/Kconfig"
|
|
|
|
source "board/renesas/sh7753evb/Kconfig"
|
|
|
|
source "board/renesas/sh7757lcr/Kconfig"
|
|
|
|
source "board/renesas/sh7763rdp/Kconfig"
|
|
|
|
source "board/renesas/sh7785lcr/Kconfig"
|
|
|
|
source "board/shmin/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|