]> 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-net
[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_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_REDWOOD
44 bool "Support redwood"
45
46 config TARGET_SEQUOIA
47 bool "Support sequoia"
48
49 config TARGET_WALNUT
50 bool "Support walnut"
51
52 config TARGET_YOSEMITE
53 bool "Support yosemite"
54
55 config TARGET_YUCCA
56 bool "Support yucca"
57
58 config TARGET_FX12MM
59 bool "Support fx12mm"
60
61 config TARGET_V5FX30TEVAL
62 bool "Support v5fx30teval"
63
64 config TARGET_CPCI2DP
65 bool "Support CPCI2DP"
66
67 config TARGET_CPCI4052
68 bool "Support CPCI4052"
69
70 config TARGET_PLU405
71 bool "Support PLU405"
72
73 config TARGET_PMC405DE
74 bool "Support PMC405DE"
75
76 config TARGET_PMC440
77 bool "Support PMC440"
78
79 config TARGET_VOM405
80 bool "Support VOM405"
81
82 config TARGET_DLVISION_10G
83 bool "Support dlvision-10g"
84
85 config TARGET_IO
86 bool "Support io"
87
88 config TARGET_IOCON
89 bool "Support iocon"
90
91 config TARGET_NEO
92 bool "Support neo"
93
94 config TARGET_IO64
95 bool "Support io64"
96
97 config TARGET_DLVISION
98 bool "Support dlvision"
99
100 config TARGET_GDPPC440ETX
101 bool "Support gdppc440etx"
102
103 config TARGET_INTIP
104 bool "Support intip"
105
106 config TARGET_ICON
107 bool "Support icon"
108
109 config TARGET_MIP405
110 bool "Support MIP405"
111
112 config TARGET_PIP405
113 bool "Support PIP405"
114
115 config TARGET_XPEDITE1000
116 bool "Support xpedite1000"
117
118 config TARGET_ML507
119 bool "Support ml507"
120
121 config TARGET_XILINX_PPC405_GENERIC
122 bool "Support xilinx-ppc405-generic"
123
124 config TARGET_XILINX_PPC440_GENERIC
125 bool "Support xilinx-ppc440-generic"
126
127 endchoice
128
129 source "board/amcc/acadia/Kconfig"
130 source "board/amcc/bamboo/Kconfig"
131 source "board/amcc/bubinga/Kconfig"
132 source "board/amcc/canyonlands/Kconfig"
133 source "board/amcc/katmai/Kconfig"
134 source "board/amcc/kilauea/Kconfig"
135 source "board/amcc/luan/Kconfig"
136 source "board/amcc/makalu/Kconfig"
137 source "board/amcc/redwood/Kconfig"
138 source "board/amcc/sequoia/Kconfig"
139 source "board/amcc/walnut/Kconfig"
140 source "board/amcc/yosemite/Kconfig"
141 source "board/amcc/yucca/Kconfig"
142 source "board/avnet/fx12mm/Kconfig"
143 source "board/avnet/v5fx30teval/Kconfig"
144 source "board/esd/cpci2dp/Kconfig"
145 source "board/esd/cpci405/Kconfig"
146 source "board/esd/plu405/Kconfig"
147 source "board/esd/pmc405de/Kconfig"
148 source "board/esd/pmc440/Kconfig"
149 source "board/esd/vom405/Kconfig"
150 source "board/gdsys/405ep/Kconfig"
151 source "board/gdsys/405ex/Kconfig"
152 source "board/gdsys/dlvision/Kconfig"
153 source "board/gdsys/gdppc440etx/Kconfig"
154 source "board/gdsys/intip/Kconfig"
155 source "board/lwmon5/Kconfig"
156 source "board/mosaixtech/icon/Kconfig"
157 source "board/mpl/mip405/Kconfig"
158 source "board/mpl/pip405/Kconfig"
159 source "board/t3corp/Kconfig"
160 source "board/xes/xpedite1000/Kconfig"
161 source "board/xilinx/ml507/Kconfig"
162 source "board/xilinx/ppc405-generic/Kconfig"
163 source "board/xilinx/ppc440-generic/Kconfig"
164
165 endmenu