]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/Kconfig
ppc4xx: remove OCRTC 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_PCI405
129 bool "Support PCI405"
130
131config TARGET_PLU405
132 bool "Support PLU405"
133
134config TARGET_PMC405
135 bool "Support PMC405"
136
137config TARGET_PMC405DE
138 bool "Support PMC405DE"
139
140config TARGET_PMC440
141 bool "Support PMC440"
142
143config TARGET_VOH405
144 bool "Support VOH405"
145
146config TARGET_VOM405
147 bool "Support VOM405"
148
149config TARGET_WUH405
150 bool "Support WUH405"
151
152config TARGET_DLVISION_10G
153 bool "Support dlvision-10g"
154
155config TARGET_IO
156 bool "Support io"
157
158config TARGET_IOCON
159 bool "Support iocon"
160
161config TARGET_NEO
162 bool "Support neo"
163
164config TARGET_IO64
165 bool "Support io64"
166
167config TARGET_DLVISION
168 bool "Support dlvision"
169
170config TARGET_GDPPC440ETX
171 bool "Support gdppc440etx"
172
173config TARGET_INTIP
174 bool "Support intip"
175
176config TARGET_ICON
177 bool "Support icon"
178
179config TARGET_MIP405
180 bool "Support MIP405"
181
182config TARGET_PIP405
183 bool "Support PIP405"
184
185config TARGET_ALPR
186 bool "Support alpr"
187
188config TARGET_P3P440
189 bool "Support p3p440"
190
dd84058d
MY
191config TARGET_XPEDITE1000
192 bool "Support xpedite1000"
193
194config TARGET_ML507
195 bool "Support ml507"
196
197config TARGET_XILINX_PPC405_GENERIC
198 bool "Support xilinx-ppc405-generic"
199
200config TARGET_XILINX_PPC440_GENERIC
201 bool "Support xilinx-ppc440-generic"
202
203endchoice
204
205source "board/amcc/acadia/Kconfig"
206source "board/amcc/bamboo/Kconfig"
dd84058d
MY
207source "board/amcc/bubinga/Kconfig"
208source "board/amcc/canyonlands/Kconfig"
209source "board/amcc/ebony/Kconfig"
210source "board/amcc/katmai/Kconfig"
211source "board/amcc/kilauea/Kconfig"
212source "board/amcc/luan/Kconfig"
213source "board/amcc/makalu/Kconfig"
214source "board/amcc/ocotea/Kconfig"
215source "board/amcc/redwood/Kconfig"
216source "board/amcc/sequoia/Kconfig"
217source "board/amcc/taihu/Kconfig"
218source "board/amcc/taishan/Kconfig"
219source "board/amcc/walnut/Kconfig"
220source "board/amcc/yosemite/Kconfig"
221source "board/amcc/yucca/Kconfig"
222source "board/avnet/fx12mm/Kconfig"
223source "board/avnet/v5fx30teval/Kconfig"
dd84058d
MY
224source "board/csb272/Kconfig"
225source "board/csb472/Kconfig"
226source "board/dave/PPChameleonEVB/Kconfig"
dd84058d
MY
227source "board/esd/cpci2dp/Kconfig"
228source "board/esd/cpci405/Kconfig"
dd84058d
MY
229source "board/esd/pci405/Kconfig"
230source "board/esd/plu405/Kconfig"
231source "board/esd/pmc405/Kconfig"
232source "board/esd/pmc405de/Kconfig"
233source "board/esd/pmc440/Kconfig"
234source "board/esd/voh405/Kconfig"
235source "board/esd/vom405/Kconfig"
236source "board/esd/wuh405/Kconfig"
237source "board/g2000/Kconfig"
238source "board/gdsys/405ep/Kconfig"
239source "board/gdsys/405ex/Kconfig"
240source "board/gdsys/dlvision/Kconfig"
241source "board/gdsys/gdppc440etx/Kconfig"
242source "board/gdsys/intip/Kconfig"
243source "board/jse/Kconfig"
244source "board/korat/Kconfig"
245source "board/lwmon5/Kconfig"
246source "board/mosaixtech/icon/Kconfig"
247source "board/mpl/mip405/Kconfig"
248source "board/mpl/pip405/Kconfig"
249source "board/pcs440ep/Kconfig"
250source "board/prodrive/alpr/Kconfig"
251source "board/prodrive/p3p440/Kconfig"
dd84058d
MY
252source "board/sbc405/Kconfig"
253source "board/sc3/Kconfig"
254source "board/t3corp/Kconfig"
255source "board/w7o/Kconfig"
256source "board/xes/xpedite1000/Kconfig"
257source "board/xilinx/ml507/Kconfig"
258source "board/xilinx/ppc405-generic/Kconfig"
259source "board/xilinx/ppc440-generic/Kconfig"
260source "board/zeus/Kconfig"
261
262endmenu