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