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