blob: 89cb3e9c4eea43b90ddb090979978982b41565aa [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090016config TARGET_LWMON5
17 bool "Support lwmon5"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090018 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090019
20config TARGET_PCS440EP
21 bool "Support pcs440ep"
22
23config TARGET_SBC405
24 bool "Support sbc405"
25
26config TARGET_SC3
27 bool "Support sc3"
28
29config TARGET_T3CORP
30 bool "Support t3corp"
31
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090032config TARGET_ZEUS
33 bool "Support zeus"
34
35config TARGET_ACADIA
36 bool "Support acadia"
37
38config TARGET_BAMBOO
39 bool "Support bamboo"
40
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090041config TARGET_BUBINGA
42 bool "Support bubinga"
43
44config TARGET_CANYONLANDS
45 bool "Support canyonlands"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090046 select DM
47 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090048
49config TARGET_EBONY
50 bool "Support ebony"
51
52config TARGET_KATMAI
53 bool "Support katmai"
54
55config TARGET_KILAUEA
56 bool "Support kilauea"
57
58config TARGET_LUAN
59 bool "Support luan"
60
61config TARGET_MAKALU
62 bool "Support makalu"
63
64config TARGET_OCOTEA
65 bool "Support ocotea"
66
67config TARGET_REDWOOD
68 bool "Support redwood"
69
70config TARGET_SEQUOIA
71 bool "Support sequoia"
72
73config TARGET_TAIHU
74 bool "Support taihu"
75
76config TARGET_TAISHAN
77 bool "Support taishan"
78
79config TARGET_WALNUT
80 bool "Support walnut"
81
82config TARGET_YOSEMITE
83 bool "Support yosemite"
84
85config TARGET_YUCCA
86 bool "Support yucca"
87
88config TARGET_FX12MM
89 bool "Support fx12mm"
90
91config TARGET_V5FX30TEVAL
92 bool "Support v5fx30teval"
93
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090094config TARGET_CPCI2DP
95 bool "Support CPCI2DP"
96
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090097config TARGET_CPCI4052
98 bool "Support CPCI4052"
99
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900100config TARGET_PLU405
101 bool "Support PLU405"
102
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900103config TARGET_PMC405DE
104 bool "Support PMC405DE"
105
106config TARGET_PMC440
107 bool "Support PMC440"
108
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900109config TARGET_VOM405
110 bool "Support VOM405"
111
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900112config TARGET_DLVISION_10G
113 bool "Support dlvision-10g"
114
115config TARGET_IO
116 bool "Support io"
117
118config TARGET_IOCON
119 bool "Support iocon"
120
121config TARGET_NEO
122 bool "Support neo"
123
124config TARGET_IO64
125 bool "Support io64"
126
127config TARGET_DLVISION
128 bool "Support dlvision"
129
130config TARGET_GDPPC440ETX
131 bool "Support gdppc440etx"
132
133config TARGET_INTIP
134 bool "Support intip"
135
136config TARGET_ICON
137 bool "Support icon"
138
139config TARGET_MIP405
140 bool "Support MIP405"
141
142config TARGET_PIP405
143 bool "Support PIP405"
144
145config TARGET_ALPR
146 bool "Support alpr"
147
148config TARGET_P3P440
149 bool "Support p3p440"
150
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900151config TARGET_XPEDITE1000
152 bool "Support xpedite1000"
153
154config TARGET_ML507
155 bool "Support ml507"
156
157config TARGET_XILINX_PPC405_GENERIC
158 bool "Support xilinx-ppc405-generic"
159
160config TARGET_XILINX_PPC440_GENERIC
161 bool "Support xilinx-ppc440-generic"
162
163endchoice
164
165source "board/amcc/acadia/Kconfig"
166source "board/amcc/bamboo/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900167source "board/amcc/bubinga/Kconfig"
168source "board/amcc/canyonlands/Kconfig"
169source "board/amcc/ebony/Kconfig"
170source "board/amcc/katmai/Kconfig"
171source "board/amcc/kilauea/Kconfig"
172source "board/amcc/luan/Kconfig"
173source "board/amcc/makalu/Kconfig"
174source "board/amcc/ocotea/Kconfig"
175source "board/amcc/redwood/Kconfig"
176source "board/amcc/sequoia/Kconfig"
177source "board/amcc/taihu/Kconfig"
178source "board/amcc/taishan/Kconfig"
179source "board/amcc/walnut/Kconfig"
180source "board/amcc/yosemite/Kconfig"
181source "board/amcc/yucca/Kconfig"
182source "board/avnet/fx12mm/Kconfig"
183source "board/avnet/v5fx30teval/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900184source "board/csb272/Kconfig"
185source "board/csb472/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900186source "board/esd/cpci2dp/Kconfig"
187source "board/esd/cpci405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900188source "board/esd/plu405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900189source "board/esd/pmc405de/Kconfig"
190source "board/esd/pmc440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900191source "board/esd/vom405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900192source "board/gdsys/405ep/Kconfig"
193source "board/gdsys/405ex/Kconfig"
194source "board/gdsys/dlvision/Kconfig"
195source "board/gdsys/gdppc440etx/Kconfig"
196source "board/gdsys/intip/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900197source "board/lwmon5/Kconfig"
198source "board/mosaixtech/icon/Kconfig"
199source "board/mpl/mip405/Kconfig"
200source "board/mpl/pip405/Kconfig"
201source "board/pcs440ep/Kconfig"
202source "board/prodrive/alpr/Kconfig"
203source "board/prodrive/p3p440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900204source "board/sbc405/Kconfig"
205source "board/sc3/Kconfig"
206source "board/t3corp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900207source "board/xes/xpedite1000/Kconfig"
208source "board/xilinx/ml507/Kconfig"
209source "board/xilinx/ppc405-generic/Kconfig"
210source "board/xilinx/ppc440-generic/Kconfig"
211source "board/zeus/Kconfig"
212
213endmenu