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