blob: 23ecc895fbcd7b93072e413acd0051d33192a5fc [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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090011config TARGET_T3CORP
12 bool "Support t3corp"
13
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090014config TARGET_ACADIA
15 bool "Support acadia"
16
17config TARGET_BAMBOO
18 bool "Support bamboo"
19
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090020config TARGET_BUBINGA
21 bool "Support bubinga"
22
23config TARGET_CANYONLANDS
24 bool "Support canyonlands"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090025 select DM
26 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090027
28config TARGET_EBONY
29 bool "Support ebony"
30
31config TARGET_KATMAI
32 bool "Support katmai"
33
34config TARGET_KILAUEA
35 bool "Support kilauea"
36
37config TARGET_LUAN
38 bool "Support luan"
39
40config TARGET_MAKALU
41 bool "Support makalu"
42
43config TARGET_OCOTEA
44 bool "Support ocotea"
45
46config TARGET_REDWOOD
47 bool "Support redwood"
48
49config TARGET_SEQUOIA
50 bool "Support sequoia"
51
52config TARGET_TAIHU
53 bool "Support taihu"
54
55config TARGET_TAISHAN
56 bool "Support taishan"
57
58config TARGET_WALNUT
59 bool "Support walnut"
60
61config TARGET_YOSEMITE
62 bool "Support yosemite"
63
64config TARGET_YUCCA
65 bool "Support yucca"
66
67config TARGET_FX12MM
68 bool "Support fx12mm"
69
70config TARGET_V5FX30TEVAL
71 bool "Support v5fx30teval"
72
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090073config TARGET_CPCI2DP
74 bool "Support CPCI2DP"
75
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090076config TARGET_CPCI4052
77 bool "Support CPCI4052"
78
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079config TARGET_PLU405
80 bool "Support PLU405"
81
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090082config TARGET_PMC405DE
83 bool "Support PMC405DE"
84
85config TARGET_PMC440
86 bool "Support PMC440"
87
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090088config TARGET_VOM405
89 bool "Support VOM405"
90
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090091config TARGET_DLVISION_10G
92 bool "Support dlvision-10g"
93
94config TARGET_IO
95 bool "Support io"
96
97config TARGET_IOCON
98 bool "Support iocon"
99
100config TARGET_NEO
101 bool "Support neo"
102
103config TARGET_IO64
104 bool "Support io64"
105
106config TARGET_DLVISION
107 bool "Support dlvision"
108
109config TARGET_GDPPC440ETX
110 bool "Support gdppc440etx"
111
112config TARGET_INTIP
113 bool "Support intip"
114
115config TARGET_ICON
116 bool "Support icon"
117
118config TARGET_MIP405
119 bool "Support MIP405"
120
121config TARGET_PIP405
122 bool "Support PIP405"
123
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900124config TARGET_XPEDITE1000
125 bool "Support xpedite1000"
126
127config TARGET_ML507
128 bool "Support ml507"
129
130config TARGET_XILINX_PPC405_GENERIC
131 bool "Support xilinx-ppc405-generic"
132
133config TARGET_XILINX_PPC440_GENERIC
134 bool "Support xilinx-ppc440-generic"
135
136endchoice
137
138source "board/amcc/acadia/Kconfig"
139source "board/amcc/bamboo/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900140source "board/amcc/bubinga/Kconfig"
141source "board/amcc/canyonlands/Kconfig"
142source "board/amcc/ebony/Kconfig"
143source "board/amcc/katmai/Kconfig"
144source "board/amcc/kilauea/Kconfig"
145source "board/amcc/luan/Kconfig"
146source "board/amcc/makalu/Kconfig"
147source "board/amcc/ocotea/Kconfig"
148source "board/amcc/redwood/Kconfig"
149source "board/amcc/sequoia/Kconfig"
150source "board/amcc/taihu/Kconfig"
151source "board/amcc/taishan/Kconfig"
152source "board/amcc/walnut/Kconfig"
153source "board/amcc/yosemite/Kconfig"
154source "board/amcc/yucca/Kconfig"
155source "board/avnet/fx12mm/Kconfig"
156source "board/avnet/v5fx30teval/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900157source "board/esd/cpci2dp/Kconfig"
158source "board/esd/cpci405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900159source "board/esd/plu405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900160source "board/esd/pmc405de/Kconfig"
161source "board/esd/pmc440/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900162source "board/esd/vom405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900163source "board/gdsys/405ep/Kconfig"
164source "board/gdsys/405ex/Kconfig"
165source "board/gdsys/dlvision/Kconfig"
166source "board/gdsys/gdppc440etx/Kconfig"
167source "board/gdsys/intip/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900168source "board/mosaixtech/icon/Kconfig"
169source "board/mpl/mip405/Kconfig"
170source "board/mpl/pip405/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900171source "board/t3corp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900172source "board/xes/xpedite1000/Kconfig"
173source "board/xilinx/ml507/Kconfig"
174source "board/xilinx/ppc405-generic/Kconfig"
175source "board/xilinx/ppc440-generic/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900176
177endmenu