blob: 10b86e058ae38dcec3a4e55900d18a77a2bd61c3 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "ppc4xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_CSB272
12 bool "Support csb272"
13
14config TARGET_CSB472
15 bool "Support csb472"
16
Masahiro Yamadadd840582014-07-30 14:08:14 +090017config TARGET_LWMON5
18 bool "Support lwmon5"
Masahiro Yamada02627352014-10-20 17:45:56 +090019 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090020
21config TARGET_PCS440EP
22 bool "Support pcs440ep"
23
24config TARGET_SBC405
25 bool "Support sbc405"
26
Masahiro Yamadadd840582014-07-30 14:08:14 +090027config TARGET_T3CORP
28 bool "Support t3corp"
29
Masahiro Yamadadd840582014-07-30 14:08:14 +090030config TARGET_ZEUS
31 bool "Support zeus"
32
33config TARGET_ACADIA
34 bool "Support acadia"
35
36config TARGET_BAMBOO
37 bool "Support bamboo"
38
Masahiro Yamadadd840582014-07-30 14:08:14 +090039config TARGET_BUBINGA
40 bool "Support bubinga"
41
42config TARGET_CANYONLANDS
43 bool "Support canyonlands"
Masahiro Yamada58d423b2015-03-31 12:47:53 +090044 select DM
45 select DM_SERIAL
Masahiro Yamadadd840582014-07-30 14:08:14 +090046
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
Masahiro Yamadadd840582014-07-30 14:08:14 +090092config TARGET_CPCI2DP
93 bool "Support CPCI2DP"
94
Masahiro Yamadadd840582014-07-30 14:08:14 +090095config TARGET_CPCI4052
96 bool "Support CPCI4052"
97
Masahiro Yamadadd840582014-07-30 14:08:14 +090098config TARGET_PLU405
99 bool "Support PLU405"
100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900101config TARGET_PMC405DE
102 bool "Support PMC405DE"
103
104config TARGET_PMC440
105 bool "Support PMC440"
106
Masahiro Yamadadd840582014-07-30 14:08:14 +0900107config TARGET_VOM405
108 bool "Support VOM405"
109
Masahiro Yamadadd840582014-07-30 14:08:14 +0900110config 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
143config TARGET_ALPR
144 bool "Support alpr"
145
146config TARGET_P3P440
147 bool "Support p3p440"
148
Masahiro Yamadadd840582014-07-30 14:08:14 +0900149config TARGET_XPEDITE1000
150 bool "Support xpedite1000"
151
152config TARGET_ML507
153 bool "Support ml507"
154
155config TARGET_XILINX_PPC405_GENERIC
156 bool "Support xilinx-ppc405-generic"
157
158config TARGET_XILINX_PPC440_GENERIC
159 bool "Support xilinx-ppc440-generic"
160
161endchoice
162
163source "board/amcc/acadia/Kconfig"
164source "board/amcc/bamboo/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900165source "board/amcc/bubinga/Kconfig"
166source "board/amcc/canyonlands/Kconfig"
167source "board/amcc/ebony/Kconfig"
168source "board/amcc/katmai/Kconfig"
169source "board/amcc/kilauea/Kconfig"
170source "board/amcc/luan/Kconfig"
171source "board/amcc/makalu/Kconfig"
172source "board/amcc/ocotea/Kconfig"
173source "board/amcc/redwood/Kconfig"
174source "board/amcc/sequoia/Kconfig"
175source "board/amcc/taihu/Kconfig"
176source "board/amcc/taishan/Kconfig"
177source "board/amcc/walnut/Kconfig"
178source "board/amcc/yosemite/Kconfig"
179source "board/amcc/yucca/Kconfig"
180source "board/avnet/fx12mm/Kconfig"
181source "board/avnet/v5fx30teval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900182source "board/csb272/Kconfig"
183source "board/csb472/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900184source "board/esd/cpci2dp/Kconfig"
185source "board/esd/cpci405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900186source "board/esd/plu405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900187source "board/esd/pmc405de/Kconfig"
188source "board/esd/pmc440/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900189source "board/esd/vom405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900190source "board/gdsys/405ep/Kconfig"
191source "board/gdsys/405ex/Kconfig"
192source "board/gdsys/dlvision/Kconfig"
193source "board/gdsys/gdppc440etx/Kconfig"
194source "board/gdsys/intip/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900195source "board/lwmon5/Kconfig"
196source "board/mosaixtech/icon/Kconfig"
197source "board/mpl/mip405/Kconfig"
198source "board/mpl/pip405/Kconfig"
199source "board/pcs440ep/Kconfig"
200source "board/prodrive/alpr/Kconfig"
201source "board/prodrive/p3p440/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900202source "board/sbc405/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900203source "board/t3corp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900204source "board/xes/xpedite1000/Kconfig"
205source "board/xilinx/ml507/Kconfig"
206source "board/xilinx/ppc405-generic/Kconfig"
207source "board/xilinx/ppc440-generic/Kconfig"
208source "board/zeus/Kconfig"
209
210endmenu