]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/ppc4xx/Kconfig
23ecc895fbcd7b93072e413acd0051d33192a5fc
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
1 menu "ppc4xx CPU"
2 depends on 4xx
3
4 config SYS_CPU
5 default "ppc4xx"
6
7 choice
8 prompt "Target select"
9 optional
10
11 config TARGET_T3CORP
12 bool "Support t3corp"
13
14 config TARGET_ACADIA
15 bool "Support acadia"
16
17 config TARGET_BAMBOO
18 bool "Support bamboo"
19
20 config TARGET_BUBINGA
21 bool "Support bubinga"
22
23 config TARGET_CANYONLANDS
24 bool "Support canyonlands"
25 select DM
26 select DM_SERIAL
27
28 config TARGET_EBONY
29 bool "Support ebony"
30
31 config TARGET_KATMAI
32 bool "Support katmai"
33
34 config TARGET_KILAUEA
35 bool "Support kilauea"
36
37 config TARGET_LUAN
38 bool "Support luan"
39
40 config TARGET_MAKALU
41 bool "Support makalu"
42
43 config TARGET_OCOTEA
44 bool "Support ocotea"
45
46 config TARGET_REDWOOD
47 bool "Support redwood"
48
49 config TARGET_SEQUOIA
50 bool "Support sequoia"
51
52 config TARGET_TAIHU
53 bool "Support taihu"
54
55 config TARGET_TAISHAN
56 bool "Support taishan"
57
58 config TARGET_WALNUT
59 bool "Support walnut"
60
61 config TARGET_YOSEMITE
62 bool "Support yosemite"
63
64 config TARGET_YUCCA
65 bool "Support yucca"
66
67 config TARGET_FX12MM
68 bool "Support fx12mm"
69
70 config TARGET_V5FX30TEVAL
71 bool "Support v5fx30teval"
72
73 config TARGET_CPCI2DP
74 bool "Support CPCI2DP"
75
76 config TARGET_CPCI4052
77 bool "Support CPCI4052"
78
79 config TARGET_PLU405
80 bool "Support PLU405"
81
82 config TARGET_PMC405DE
83 bool "Support PMC405DE"
84
85 config TARGET_PMC440
86 bool "Support PMC440"
87
88 config TARGET_VOM405
89 bool "Support VOM405"
90
91 config TARGET_DLVISION_10G
92 bool "Support dlvision-10g"
93
94 config TARGET_IO
95 bool "Support io"
96
97 config TARGET_IOCON
98 bool "Support iocon"
99
100 config TARGET_NEO
101 bool "Support neo"
102
103 config TARGET_IO64
104 bool "Support io64"
105
106 config TARGET_DLVISION
107 bool "Support dlvision"
108
109 config TARGET_GDPPC440ETX
110 bool "Support gdppc440etx"
111
112 config TARGET_INTIP
113 bool "Support intip"
114
115 config TARGET_ICON
116 bool "Support icon"
117
118 config TARGET_MIP405
119 bool "Support MIP405"
120
121 config TARGET_PIP405
122 bool "Support PIP405"
123
124 config TARGET_XPEDITE1000
125 bool "Support xpedite1000"
126
127 config TARGET_ML507
128 bool "Support ml507"
129
130 config TARGET_XILINX_PPC405_GENERIC
131 bool "Support xilinx-ppc405-generic"
132
133 config TARGET_XILINX_PPC440_GENERIC
134 bool "Support xilinx-ppc440-generic"
135
136 endchoice
137
138 source "board/amcc/acadia/Kconfig"
139 source "board/amcc/bamboo/Kconfig"
140 source "board/amcc/bubinga/Kconfig"
141 source "board/amcc/canyonlands/Kconfig"
142 source "board/amcc/ebony/Kconfig"
143 source "board/amcc/katmai/Kconfig"
144 source "board/amcc/kilauea/Kconfig"
145 source "board/amcc/luan/Kconfig"
146 source "board/amcc/makalu/Kconfig"
147 source "board/amcc/ocotea/Kconfig"
148 source "board/amcc/redwood/Kconfig"
149 source "board/amcc/sequoia/Kconfig"
150 source "board/amcc/taihu/Kconfig"
151 source "board/amcc/taishan/Kconfig"
152 source "board/amcc/walnut/Kconfig"
153 source "board/amcc/yosemite/Kconfig"
154 source "board/amcc/yucca/Kconfig"
155 source "board/avnet/fx12mm/Kconfig"
156 source "board/avnet/v5fx30teval/Kconfig"
157 source "board/esd/cpci2dp/Kconfig"
158 source "board/esd/cpci405/Kconfig"
159 source "board/esd/plu405/Kconfig"
160 source "board/esd/pmc405de/Kconfig"
161 source "board/esd/pmc440/Kconfig"
162 source "board/esd/vom405/Kconfig"
163 source "board/gdsys/405ep/Kconfig"
164 source "board/gdsys/405ex/Kconfig"
165 source "board/gdsys/dlvision/Kconfig"
166 source "board/gdsys/gdppc440etx/Kconfig"
167 source "board/gdsys/intip/Kconfig"
168 source "board/mosaixtech/icon/Kconfig"
169 source "board/mpl/mip405/Kconfig"
170 source "board/mpl/pip405/Kconfig"
171 source "board/t3corp/Kconfig"
172 source "board/xes/xpedite1000/Kconfig"
173 source "board/xilinx/ml507/Kconfig"
174 source "board/xilinx/ppc405-generic/Kconfig"
175 source "board/xilinx/ppc440-generic/Kconfig"
176
177 endmenu