]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/ppc4xx/Kconfig
2d15dd1210568ff9cf384a30b5cf91bb36619eea
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
1 menu "ppc4xx CPU"
2         depends on 4xx
3
4 config SYS_CPU
5         string
6         default "ppc4xx"
7
8 choice
9         prompt "Target select"
10
11 config TARGET_CSB272
12         bool "Support csb272"
13
14 config TARGET_CSB472
15         bool "Support csb472"
16
17 config TARGET_G2000
18         bool "Support G2000"
19
20 config TARGET_JSE
21         bool "Support JSE"
22
23 config TARGET_KORAT
24         bool "Support korat"
25
26 config TARGET_LWMON5
27         bool "Support lwmon5"
28
29 config TARGET_PCS440EP
30         bool "Support pcs440ep"
31
32 config TARGET_SBC405
33         bool "Support sbc405"
34
35 config TARGET_SC3
36         bool "Support sc3"
37
38 config TARGET_T3CORP
39         bool "Support t3corp"
40
41 config TARGET_W7OLMC
42         bool "Support W7OLMC"
43
44 config TARGET_W7OLMG
45         bool "Support W7OLMG"
46
47 config TARGET_ZEUS
48         bool "Support zeus"
49
50 config TARGET_ACADIA
51         bool "Support acadia"
52
53 config TARGET_BAMBOO
54         bool "Support bamboo"
55
56 config TARGET_BLUESTONE
57         bool "Support bluestone"
58
59 config TARGET_BUBINGA
60         bool "Support bubinga"
61
62 config TARGET_CANYONLANDS
63         bool "Support canyonlands"
64
65 config TARGET_EBONY
66         bool "Support ebony"
67
68 config TARGET_KATMAI
69         bool "Support katmai"
70
71 config TARGET_KILAUEA
72         bool "Support kilauea"
73
74 config TARGET_LUAN
75         bool "Support luan"
76
77 config TARGET_MAKALU
78         bool "Support makalu"
79
80 config TARGET_OCOTEA
81         bool "Support ocotea"
82
83 config TARGET_REDWOOD
84         bool "Support redwood"
85
86 config TARGET_SEQUOIA
87         bool "Support sequoia"
88
89 config TARGET_TAIHU
90         bool "Support taihu"
91
92 config TARGET_TAISHAN
93         bool "Support taishan"
94
95 config TARGET_WALNUT
96         bool "Support walnut"
97
98 config TARGET_YOSEMITE
99         bool "Support yosemite"
100
101 config TARGET_YUCCA
102         bool "Support yucca"
103
104 config TARGET_FX12MM
105         bool "Support fx12mm"
106
107 config TARGET_V5FX30TEVAL
108         bool "Support v5fx30teval"
109
110 config TARGET_CRAYL1
111         bool "Support CRAYL1"
112
113 config TARGET_CATCENTER
114         bool "Support CATcenter"
115
116 config TARGET_PPCHAMELEONEVB
117         bool "Support PPChameleonEVB"
118
119 config TARGET_APC405
120         bool "Support APC405"
121
122 config TARGET_AR405
123         bool "Support AR405"
124
125 config TARGET_ASH405
126         bool "Support ASH405"
127
128 config TARGET_CMS700
129         bool "Support CMS700"
130
131 config TARGET_CPCI2DP
132         bool "Support CPCI2DP"
133
134 config TARGET_CPCI405
135         bool "Support CPCI405"
136
137 config TARGET_CPCI4052
138         bool "Support CPCI4052"
139
140 config TARGET_CPCI405AB
141         bool "Support CPCI405AB"
142
143 config TARGET_CPCI405DT
144         bool "Support CPCI405DT"
145
146 config TARGET_CPCIISER4
147         bool "Support CPCIISER4"
148
149 config TARGET_DP405
150         bool "Support DP405"
151
152 config TARGET_DU405
153         bool "Support DU405"
154
155 config TARGET_DU440
156         bool "Support DU440"
157
158 config TARGET_HH405
159         bool "Support HH405"
160
161 config TARGET_HUB405
162         bool "Support HUB405"
163
164 config TARGET_OCRTC
165         bool "Support OCRTC"
166
167 config TARGET_PCI405
168         bool "Support PCI405"
169
170 config TARGET_PLU405
171         bool "Support PLU405"
172
173 config TARGET_PMC405
174         bool "Support PMC405"
175
176 config TARGET_PMC405DE
177         bool "Support PMC405DE"
178
179 config TARGET_PMC440
180         bool "Support PMC440"
181
182 config TARGET_VOH405
183         bool "Support VOH405"
184
185 config TARGET_VOM405
186         bool "Support VOM405"
187
188 config TARGET_WUH405
189         bool "Support WUH405"
190
191 config TARGET_DLVISION_10G
192         bool "Support dlvision-10g"
193
194 config TARGET_IO
195         bool "Support io"
196
197 config TARGET_IOCON
198         bool "Support iocon"
199
200 config TARGET_NEO
201         bool "Support neo"
202
203 config TARGET_IO64
204         bool "Support io64"
205
206 config TARGET_DLVISION
207         bool "Support dlvision"
208
209 config TARGET_GDPPC440ETX
210         bool "Support gdppc440etx"
211
212 config TARGET_INTIP
213         bool "Support intip"
214
215 config TARGET_ICON
216         bool "Support icon"
217
218 config TARGET_MIP405
219         bool "Support MIP405"
220
221 config TARGET_PIP405
222         bool "Support PIP405"
223
224 config TARGET_ALPR
225         bool "Support alpr"
226
227 config TARGET_P3P440
228         bool "Support p3p440"
229
230 config TARGET_KAREF
231         bool "Support KAREF"
232
233 config TARGET_METROBOX
234         bool "Support METROBOX"
235
236 config TARGET_XPEDITE1000
237         bool "Support xpedite1000"
238
239 config TARGET_ML507
240         bool "Support ml507"
241
242 config TARGET_XILINX_PPC405_GENERIC
243         bool "Support xilinx-ppc405-generic"
244
245 config TARGET_XILINX_PPC440_GENERIC
246         bool "Support xilinx-ppc440-generic"
247
248 endchoice
249
250 source "board/amcc/acadia/Kconfig"
251 source "board/amcc/bamboo/Kconfig"
252 source "board/amcc/bluestone/Kconfig"
253 source "board/amcc/bubinga/Kconfig"
254 source "board/amcc/canyonlands/Kconfig"
255 source "board/amcc/ebony/Kconfig"
256 source "board/amcc/katmai/Kconfig"
257 source "board/amcc/kilauea/Kconfig"
258 source "board/amcc/luan/Kconfig"
259 source "board/amcc/makalu/Kconfig"
260 source "board/amcc/ocotea/Kconfig"
261 source "board/amcc/redwood/Kconfig"
262 source "board/amcc/sequoia/Kconfig"
263 source "board/amcc/taihu/Kconfig"
264 source "board/amcc/taishan/Kconfig"
265 source "board/amcc/walnut/Kconfig"
266 source "board/amcc/yosemite/Kconfig"
267 source "board/amcc/yucca/Kconfig"
268 source "board/avnet/fx12mm/Kconfig"
269 source "board/avnet/v5fx30teval/Kconfig"
270 source "board/cray/L1/Kconfig"
271 source "board/csb272/Kconfig"
272 source "board/csb472/Kconfig"
273 source "board/dave/PPChameleonEVB/Kconfig"
274 source "board/esd/apc405/Kconfig"
275 source "board/esd/ar405/Kconfig"
276 source "board/esd/ash405/Kconfig"
277 source "board/esd/cms700/Kconfig"
278 source "board/esd/cpci2dp/Kconfig"
279 source "board/esd/cpci405/Kconfig"
280 source "board/esd/cpciiser4/Kconfig"
281 source "board/esd/dp405/Kconfig"
282 source "board/esd/du405/Kconfig"
283 source "board/esd/du440/Kconfig"
284 source "board/esd/hh405/Kconfig"
285 source "board/esd/hub405/Kconfig"
286 source "board/esd/ocrtc/Kconfig"
287 source "board/esd/pci405/Kconfig"
288 source "board/esd/plu405/Kconfig"
289 source "board/esd/pmc405/Kconfig"
290 source "board/esd/pmc405de/Kconfig"
291 source "board/esd/pmc440/Kconfig"
292 source "board/esd/voh405/Kconfig"
293 source "board/esd/vom405/Kconfig"
294 source "board/esd/wuh405/Kconfig"
295 source "board/g2000/Kconfig"
296 source "board/gdsys/405ep/Kconfig"
297 source "board/gdsys/405ex/Kconfig"
298 source "board/gdsys/dlvision/Kconfig"
299 source "board/gdsys/gdppc440etx/Kconfig"
300 source "board/gdsys/intip/Kconfig"
301 source "board/jse/Kconfig"
302 source "board/korat/Kconfig"
303 source "board/lwmon5/Kconfig"
304 source "board/mosaixtech/icon/Kconfig"
305 source "board/mpl/mip405/Kconfig"
306 source "board/mpl/pip405/Kconfig"
307 source "board/pcs440ep/Kconfig"
308 source "board/prodrive/alpr/Kconfig"
309 source "board/prodrive/p3p440/Kconfig"
310 source "board/sandburst/karef/Kconfig"
311 source "board/sandburst/metrobox/Kconfig"
312 source "board/sbc405/Kconfig"
313 source "board/sc3/Kconfig"
314 source "board/t3corp/Kconfig"
315 source "board/w7o/Kconfig"
316 source "board/xes/xpedite1000/Kconfig"
317 source "board/xilinx/ml507/Kconfig"
318 source "board/xilinx/ppc405-generic/Kconfig"
319 source "board/xilinx/ppc440-generic/Kconfig"
320 source "board/zeus/Kconfig"
321
322 endmenu