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