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