blob: 8d3ba8d73f63e6fe359017402f3d516e5de912d4 [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"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
Stefan Roeseb47a63d2015-10-02 08:20:35 +020011config TARGET_LWMON5
12 bool "Support lwmon5"
13 select SUPPORT_SPL
14
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090015config TARGET_T3CORP
16 bool "Support t3corp"
17
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090018config TARGET_ACADIA
19 bool "Support acadia"
20
21config TARGET_BAMBOO
22 bool "Support bamboo"
23
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090024config TARGET_BUBINGA
25 bool "Support bubinga"
26
27config TARGET_CANYONLANDS
28 bool "Support canyonlands"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090029 select DM
30 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090031
32config TARGET_EBONY
33 bool "Support ebony"
34
35config TARGET_KATMAI
36 bool "Support katmai"
37
38config TARGET_KILAUEA
39 bool "Support kilauea"
40
41config TARGET_LUAN
42 bool "Support luan"
43
44config TARGET_MAKALU
45 bool "Support makalu"
46
47config TARGET_OCOTEA
48 bool "Support ocotea"
49
50config TARGET_REDWOOD
51 bool "Support redwood"
52
53config TARGET_SEQUOIA
54 bool "Support sequoia"
55
56config TARGET_TAIHU
57 bool "Support taihu"
58
59config TARGET_TAISHAN
60 bool "Support taishan"
61
62config TARGET_WALNUT
63 bool "Support walnut"
64
65config TARGET_YOSEMITE
66 bool "Support yosemite"
67
68config TARGET_YUCCA
69 bool "Support yucca"
70
71config TARGET_FX12MM
72 bool "Support fx12mm"
73
74config TARGET_V5FX30TEVAL
75 bool "Support v5fx30teval"
76
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090077config TARGET_CPCI2DP
78 bool "Support CPCI2DP"
79
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090080config TARGET_CPCI4052
81 bool "Support CPCI4052"
82
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090083config TARGET_PLU405
84 bool "Support PLU405"
85
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086config TARGET_PMC405DE
87 bool "Support PMC405DE"
88
89config TARGET_PMC440
90 bool "Support PMC440"
91
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090092config TARGET_VOM405
93 bool "Support VOM405"
94
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090095config TARGET_DLVISION_10G
96 bool "Support dlvision-10g"
97
98config TARGET_IO
99 bool "Support io"
100
101config TARGET_IOCON
102 bool "Support iocon"
103
104config TARGET_NEO
105 bool "Support neo"
106
107config TARGET_IO64
108 bool "Support io64"
109
110config TARGET_DLVISION
111 bool "Support dlvision"
112
113config TARGET_GDPPC440ETX
114 bool "Support gdppc440etx"
115
116config TARGET_INTIP
117 bool "Support intip"
118
119config TARGET_ICON
120 bool "Support icon"
121
122config TARGET_MIP405
123 bool "Support MIP405"
124
125config TARGET_PIP405
126 bool "Support PIP405"
127
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900128config TARGET_XPEDITE1000
129 bool "Support xpedite1000"
130
131config TARGET_ML507
132 bool "Support ml507"
133
134config TARGET_XILINX_PPC405_GENERIC
135 bool "Support xilinx-ppc405-generic"
136
137config TARGET_XILINX_PPC440_GENERIC
138 bool "Support xilinx-ppc440-generic"
139
140endchoice
141
142source "board/amcc/acadia/Kconfig"
143source "board/amcc/bamboo/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900144source "board/amcc/bubinga/Kconfig"
145source "board/amcc/canyonlands/Kconfig"
146source "board/amcc/ebony/Kconfig"
147source "board/amcc/katmai/Kconfig"
148source "board/amcc/kilauea/Kconfig"
149source "board/amcc/luan/Kconfig"
150source "board/amcc/makalu/Kconfig"
151source "board/amcc/ocotea/Kconfig"
152source "board/amcc/redwood/Kconfig"
153source "board/amcc/sequoia/Kconfig"
154source "board/amcc/taihu/Kconfig"
155source "board/amcc/taishan/Kconfig"
156source "board/amcc/walnut/Kconfig"
157source "board/amcc/yosemite/Kconfig"
158source "board/amcc/yucca/Kconfig"
159source "board/avnet/fx12mm/Kconfig"
160source "board/avnet/v5fx30teval/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900161source "board/esd/cpci2dp/Kconfig"
162source "board/esd/cpci405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900163source "board/esd/plu405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900164source "board/esd/pmc405de/Kconfig"
165source "board/esd/pmc440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900166source "board/esd/vom405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900167source "board/gdsys/405ep/Kconfig"
168source "board/gdsys/405ex/Kconfig"
169source "board/gdsys/dlvision/Kconfig"
170source "board/gdsys/gdppc440etx/Kconfig"
171source "board/gdsys/intip/Kconfig"
Stefan Roeseb47a63d2015-10-02 08:20:35 +0200172source "board/lwmon5/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900173source "board/mosaixtech/icon/Kconfig"
174source "board/mpl/mip405/Kconfig"
175source "board/mpl/pip405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900176source "board/t3corp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900177source "board/xes/xpedite1000/Kconfig"
178source "board/xilinx/ml507/Kconfig"
179source "board/xilinx/ppc405-generic/Kconfig"
180source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900181
182endmenu