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