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