]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/Kconfig
fs/fat/fat_write: Fix management of empty files
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
CommitLineData
dd84058d
MY
1menu "ppc4xx CPU"
2 depends on 4xx
3
4config SYS_CPU
dd84058d
MY
5 default "ppc4xx"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d 10
dd84058d
MY
11config TARGET_T3CORP
12 bool "Support t3corp"
13
dd84058d
MY
14config TARGET_ACADIA
15 bool "Support acadia"
16
17config TARGET_BAMBOO
18 bool "Support bamboo"
19
dd84058d
MY
20config TARGET_BUBINGA
21 bool "Support bubinga"
22
23config TARGET_CANYONLANDS
24 bool "Support canyonlands"
58d423b8
MY
25 select DM
26 select DM_SERIAL
dd84058d
MY
27
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
dd84058d
MY
73config TARGET_CPCI2DP
74 bool "Support CPCI2DP"
75
dd84058d
MY
76config TARGET_CPCI4052
77 bool "Support CPCI4052"
78
dd84058d
MY
79config TARGET_PLU405
80 bool "Support PLU405"
81
dd84058d
MY
82config TARGET_PMC405DE
83 bool "Support PMC405DE"
84
85config TARGET_PMC440
86 bool "Support PMC440"
87
dd84058d
MY
88config TARGET_VOM405
89 bool "Support VOM405"
90
dd84058d
MY
91config 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
dd84058d
MY
124config 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"
dd84058d
MY
140source "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"
dd84058d
MY
157source "board/esd/cpci2dp/Kconfig"
158source "board/esd/cpci405/Kconfig"
dd84058d 159source "board/esd/plu405/Kconfig"
dd84058d
MY
160source "board/esd/pmc405de/Kconfig"
161source "board/esd/pmc440/Kconfig"
dd84058d 162source "board/esd/vom405/Kconfig"
dd84058d
MY
163source "board/gdsys/405ep/Kconfig"
164source "board/gdsys/405ex/Kconfig"
165source "board/gdsys/dlvision/Kconfig"
166source "board/gdsys/gdppc440etx/Kconfig"
167source "board/gdsys/intip/Kconfig"
dd84058d
MY
168source "board/mosaixtech/icon/Kconfig"
169source "board/mpl/mip405/Kconfig"
170source "board/mpl/pip405/Kconfig"
dd84058d 171source "board/t3corp/Kconfig"
dd84058d
MY
172source "board/xes/xpedite1000/Kconfig"
173source "board/xilinx/ml507/Kconfig"
174source "board/xilinx/ppc405-generic/Kconfig"
175source "board/xilinx/ppc440-generic/Kconfig"
dd84058d
MY
176
177endmenu