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