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