sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
[oweals/u-boot.git] / arch / sh / Kconfig
1 menu "SuperH architecture"
2         depends on SH
3
4 config SYS_ARCH
5         default "sh"
6
7 config CPU_SH2
8         bool
9
10 config CPU_SH2A
11         bool
12         select CPU_SH2
13
14 config CPU_SH3
15         bool
16
17 config CPU_SH4
18         bool
19
20 config CPU_SH4A
21         bool
22         select CPU_SH4
23
24 choice
25         prompt "Target select"
26
27 config TARGET_RSK7203
28         bool "RSK+ 7203"
29         select CPU_SH2A
30
31 config TARGET_RSK7264
32         bool "RSK2+SH7264"
33         select CPU_SH2A
34
35 config TARGET_RSK7269
36         bool "RSK2+SH7269"
37         select CPU_SH2A
38
39 config TARGET_MPR2
40         bool "Magic Panel Release 2 board"
41         select CPU_SH3
42
43 config TARGET_MS7720SE
44         bool "Support ms7720se"
45         select CPU_SH3
46
47 config TARGET_SHMIN
48         bool "SHMIN"
49         select CPU_SH3
50
51 config TARGET_ESPT
52         bool "Data Technology ESPT-GIGA board"
53         select CPU_SH4
54
55 config TARGET_MS7722SE
56         bool "SolutionEngine 7722"
57         select CPU_SH4
58
59 config TARGET_MS7750SE
60         bool "SolutionEngine 7750"
61         select CPU_SH4
62
63 config TARGET_AP_SH4A_4A
64         bool "ALPHAPROJECT AP-SH4A-4A"
65         select CPU_SH4
66
67 config TARGET_AP325RXA
68         bool "Renesas AP-325RXA"
69         select CPU_SH4
70
71 config TARGET_ECOVEC
72         bool "EcoVec"
73         select CPU_SH4
74
75 config TARGET_MIGOR
76         bool "Migo-R"
77         select CPU_SH4
78
79 config TARGET_R0P7734
80         bool "Support r0p7734"
81         select CPU_SH4
82
83 config TARGET_R2DPLUS
84         bool "Renesas R2D-PLUS"
85         select CPU_SH4
86
87 config TARGET_R7780MP
88         bool "R7780MP board"
89         select CPU_SH4
90
91 config TARGET_SH7752EVB
92         bool "SH7752EVB"
93         select CPU_SH4
94
95 config TARGET_SH7753EVB
96         bool "SH7753EVB"
97         select CPU_SH4
98
99 config TARGET_SH7757LCR
100         bool "SH7757LCR"
101         select CPU_SH4
102
103 config TARGET_SH7763RDP
104         bool "SH7763RDP"
105         select CPU_SH4
106
107 config TARGET_SH7785LCR
108         bool "SH7785LCR"
109         select CPU_SH4
110
111 endchoice
112
113 source "board/alphaproject/ap_sh4a_4a/Kconfig"
114 source "board/espt/Kconfig"
115 source "board/mpr2/Kconfig"
116 source "board/ms7720se/Kconfig"
117 source "board/ms7722se/Kconfig"
118 source "board/ms7750se/Kconfig"
119 source "board/renesas/MigoR/Kconfig"
120 source "board/renesas/ap325rxa/Kconfig"
121 source "board/renesas/ecovec/Kconfig"
122 source "board/renesas/r0p7734/Kconfig"
123 source "board/renesas/r2dplus/Kconfig"
124 source "board/renesas/r7780mp/Kconfig"
125 source "board/renesas/rsk7203/Kconfig"
126 source "board/renesas/rsk7264/Kconfig"
127 source "board/renesas/rsk7269/Kconfig"
128 source "board/renesas/sh7752evb/Kconfig"
129 source "board/renesas/sh7753evb/Kconfig"
130 source "board/renesas/sh7757lcr/Kconfig"
131 source "board/renesas/sh7763rdp/Kconfig"
132 source "board/renesas/sh7785lcr/Kconfig"
133 source "board/shmin/Kconfig"
134
135 endmenu