]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/sh/Kconfig
sh: espt_giga: Remove the board
[thirdparty/u-boot.git] / arch / sh / Kconfig
CommitLineData
dd84058d
MY
1menu "SuperH architecture"
2 depends on SH
3
7d236662
MY
4config CPU_SH4
5 bool
6
7config CPU_SH4A
8 bool
9 select CPU_SH4
10
570dd7f4
NI
11config SH_32BIT
12 bool "32bit mode"
13 depends on CPU_SH4A
14 default n
15 help
16 SH4A has 2 physical memory maps. This use 32bit mode.
17 And this is board specific. Please check your board if you
18 want to use this.
19
dd84058d
MY
20choice
21 prompt "Target select"
a26cd049 22 optional
dd84058d 23
dd84058d 24config TARGET_MS7722SE
0e29429f 25 bool "SolutionEngine 7722"
7d236662 26 select CPU_SH4
dd84058d
MY
27
28config TARGET_MS7750SE
0e29429f 29 bool "SolutionEngine 7750"
7d236662 30 select CPU_SH4
dd84058d
MY
31
32config TARGET_AP_SH4A_4A
0e29429f 33 bool "ALPHAPROJECT AP-SH4A-4A"
f97eeba4 34 select CPU_SH4A
dd84058d
MY
35
36config TARGET_AP325RXA
0e29429f 37 bool "Renesas AP-325RXA"
7d236662 38 select CPU_SH4
dd84058d 39
dd84058d 40config TARGET_MIGOR
0e29429f 41 bool "Migo-R"
7d236662 42 select CPU_SH4
dd84058d
MY
43
44config TARGET_R0P7734
45 bool "Support r0p7734"
f97eeba4 46 select CPU_SH4A
dd84058d
MY
47
48config TARGET_R2DPLUS
0e29429f 49 bool "Renesas R2D-PLUS"
7d236662 50 select CPU_SH4
dd84058d
MY
51
52config TARGET_R7780MP
0e29429f 53 bool "R7780MP board"
f97eeba4 54 select CPU_SH4A
dd84058d
MY
55
56config TARGET_SH7752EVB
0e29429f 57 bool "SH7752EVB"
f97eeba4 58 select CPU_SH4A
dd84058d
MY
59
60config TARGET_SH7753EVB
0e29429f 61 bool "SH7753EVB"
7d236662 62 select CPU_SH4
dd84058d
MY
63
64config TARGET_SH7757LCR
0e29429f 65 bool "SH7757LCR"
f97eeba4 66 select CPU_SH4A
dd84058d
MY
67
68config TARGET_SH7763RDP
0e29429f 69 bool "SH7763RDP"
7d236662 70 select CPU_SH4
dd84058d 71
dd84058d
MY
72endchoice
73
887363b5
MY
74config SYS_ARCH
75 default "sh"
76
77config SYS_CPU
887363b5
MY
78 default "sh4" if CPU_SH4
79
2a728f3a
SG
80source "arch/sh/lib/Kconfig"
81
dd84058d 82source "board/alphaproject/ap_sh4a_4a/Kconfig"
dd84058d
MY
83source "board/ms7722se/Kconfig"
84source "board/ms7750se/Kconfig"
85source "board/renesas/MigoR/Kconfig"
86source "board/renesas/ap325rxa/Kconfig"
dd84058d
MY
87source "board/renesas/r0p7734/Kconfig"
88source "board/renesas/r2dplus/Kconfig"
89source "board/renesas/r7780mp/Kconfig"
dd84058d
MY
90source "board/renesas/sh7752evb/Kconfig"
91source "board/renesas/sh7753evb/Kconfig"
92source "board/renesas/sh7757lcr/Kconfig"
93source "board/renesas/sh7763rdp/Kconfig"
dd84058d
MY
94
95endmenu