]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/ppc4xx/Kconfig
ARM: atmel: sama5d4_xplained: enable usb ethernet gadget
[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_JSE
17         bool "Support JSE"
18
19 config TARGET_KORAT
20         bool "Support korat"
21
22 config TARGET_LWMON5
23         bool "Support lwmon5"
24         select SUPPORT_SPL
25
26 config TARGET_PCS440EP
27         bool "Support pcs440ep"
28
29 config TARGET_SBC405
30         bool "Support sbc405"
31
32 config TARGET_SC3
33         bool "Support sc3"
34
35 config TARGET_T3CORP
36         bool "Support t3corp"
37
38 config TARGET_W7OLMC
39         bool "Support W7OLMC"
40
41 config TARGET_W7OLMG
42         bool "Support W7OLMG"
43
44 config TARGET_ZEUS
45         bool "Support zeus"
46
47 config TARGET_ACADIA
48         bool "Support acadia"
49
50 config TARGET_BAMBOO
51         bool "Support bamboo"
52
53 config TARGET_BUBINGA
54         bool "Support bubinga"
55
56 config TARGET_CANYONLANDS
57         bool "Support canyonlands"
58
59 config TARGET_EBONY
60         bool "Support ebony"
61
62 config TARGET_KATMAI
63         bool "Support katmai"
64
65 config TARGET_KILAUEA
66         bool "Support kilauea"
67
68 config TARGET_LUAN
69         bool "Support luan"
70
71 config TARGET_MAKALU
72         bool "Support makalu"
73
74 config TARGET_OCOTEA
75         bool "Support ocotea"
76
77 config TARGET_REDWOOD
78         bool "Support redwood"
79
80 config TARGET_SEQUOIA
81         bool "Support sequoia"
82
83 config TARGET_TAIHU
84         bool "Support taihu"
85
86 config TARGET_TAISHAN
87         bool "Support taishan"
88
89 config TARGET_WALNUT
90         bool "Support walnut"
91
92 config TARGET_YOSEMITE
93         bool "Support yosemite"
94
95 config TARGET_YUCCA
96         bool "Support yucca"
97
98 config TARGET_FX12MM
99         bool "Support fx12mm"
100
101 config TARGET_V5FX30TEVAL
102         bool "Support v5fx30teval"
103
104 config TARGET_CATCENTER
105         bool "Support CATcenter"
106
107 config TARGET_PPCHAMELEONEVB
108         bool "Support PPChameleonEVB"
109
110 config TARGET_CPCI2DP
111         bool "Support CPCI2DP"
112
113 config TARGET_CPCI4052
114         bool "Support CPCI4052"
115
116 config TARGET_PLU405
117         bool "Support PLU405"
118
119 config TARGET_PMC405DE
120         bool "Support PMC405DE"
121
122 config TARGET_PMC440
123         bool "Support PMC440"
124
125 config TARGET_VOM405
126         bool "Support VOM405"
127
128 config TARGET_DLVISION_10G
129         bool "Support dlvision-10g"
130
131 config TARGET_IO
132         bool "Support io"
133
134 config TARGET_IOCON
135         bool "Support iocon"
136
137 config TARGET_NEO
138         bool "Support neo"
139
140 config TARGET_IO64
141         bool "Support io64"
142
143 config TARGET_DLVISION
144         bool "Support dlvision"
145
146 config TARGET_GDPPC440ETX
147         bool "Support gdppc440etx"
148
149 config TARGET_INTIP
150         bool "Support intip"
151
152 config TARGET_ICON
153         bool "Support icon"
154
155 config TARGET_MIP405
156         bool "Support MIP405"
157
158 config TARGET_PIP405
159         bool "Support PIP405"
160
161 config TARGET_ALPR
162         bool "Support alpr"
163
164 config TARGET_P3P440
165         bool "Support p3p440"
166
167 config TARGET_XPEDITE1000
168         bool "Support xpedite1000"
169
170 config TARGET_ML507
171         bool "Support ml507"
172
173 config TARGET_XILINX_PPC405_GENERIC
174         bool "Support xilinx-ppc405-generic"
175
176 config TARGET_XILINX_PPC440_GENERIC
177         bool "Support xilinx-ppc440-generic"
178
179 endchoice
180
181 source "board/amcc/acadia/Kconfig"
182 source "board/amcc/bamboo/Kconfig"
183 source "board/amcc/bubinga/Kconfig"
184 source "board/amcc/canyonlands/Kconfig"
185 source "board/amcc/ebony/Kconfig"
186 source "board/amcc/katmai/Kconfig"
187 source "board/amcc/kilauea/Kconfig"
188 source "board/amcc/luan/Kconfig"
189 source "board/amcc/makalu/Kconfig"
190 source "board/amcc/ocotea/Kconfig"
191 source "board/amcc/redwood/Kconfig"
192 source "board/amcc/sequoia/Kconfig"
193 source "board/amcc/taihu/Kconfig"
194 source "board/amcc/taishan/Kconfig"
195 source "board/amcc/walnut/Kconfig"
196 source "board/amcc/yosemite/Kconfig"
197 source "board/amcc/yucca/Kconfig"
198 source "board/avnet/fx12mm/Kconfig"
199 source "board/avnet/v5fx30teval/Kconfig"
200 source "board/csb272/Kconfig"
201 source "board/csb472/Kconfig"
202 source "board/dave/PPChameleonEVB/Kconfig"
203 source "board/esd/cpci2dp/Kconfig"
204 source "board/esd/cpci405/Kconfig"
205 source "board/esd/plu405/Kconfig"
206 source "board/esd/pmc405de/Kconfig"
207 source "board/esd/pmc440/Kconfig"
208 source "board/esd/vom405/Kconfig"
209 source "board/gdsys/405ep/Kconfig"
210 source "board/gdsys/405ex/Kconfig"
211 source "board/gdsys/dlvision/Kconfig"
212 source "board/gdsys/gdppc440etx/Kconfig"
213 source "board/gdsys/intip/Kconfig"
214 source "board/jse/Kconfig"
215 source "board/korat/Kconfig"
216 source "board/lwmon5/Kconfig"
217 source "board/mosaixtech/icon/Kconfig"
218 source "board/mpl/mip405/Kconfig"
219 source "board/mpl/pip405/Kconfig"
220 source "board/pcs440ep/Kconfig"
221 source "board/prodrive/alpr/Kconfig"
222 source "board/prodrive/p3p440/Kconfig"
223 source "board/sbc405/Kconfig"
224 source "board/sc3/Kconfig"
225 source "board/t3corp/Kconfig"
226 source "board/w7o/Kconfig"
227 source "board/xes/xpedite1000/Kconfig"
228 source "board/xilinx/ml507/Kconfig"
229 source "board/xilinx/ppc405-generic/Kconfig"
230 source "board/xilinx/ppc440-generic/Kconfig"
231 source "board/zeus/Kconfig"
232
233 endmenu