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