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