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