]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/Kconfig
ppc: xilinx-ppc440: Remove support for ml507
[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
04386f65
SR
11config TARGET_LWMON5
12 bool "Support lwmon5"
04386f65 13
dd84058d
MY
14config TARGET_T3CORP
15 bool "Support t3corp"
16
dd84058d
MY
17config TARGET_ACADIA
18 bool "Support acadia"
19
20config TARGET_BAMBOO
21 bool "Support bamboo"
22
dd84058d
MY
23config TARGET_BUBINGA
24 bool "Support bubinga"
25
26config TARGET_CANYONLANDS
27 bool "Support canyonlands"
58d423b8
MY
28 select DM
29 select DM_SERIAL
dd84058d 30
dd84058d
MY
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
dd84058d
MY
43config TARGET_REDWOOD
44 bool "Support redwood"
45
46config TARGET_SEQUOIA
47 bool "Support sequoia"
48
dd84058d
MY
49config TARGET_WALNUT
50 bool "Support walnut"
51
52config TARGET_YOSEMITE
53 bool "Support yosemite"
54
55config TARGET_YUCCA
56 bool "Support yucca"
57
58config TARGET_FX12MM
59 bool "Support fx12mm"
60
61config TARGET_V5FX30TEVAL
62 bool "Support v5fx30teval"
63
dd84058d
MY
64config TARGET_CPCI2DP
65 bool "Support CPCI2DP"
66
dd84058d
MY
67config TARGET_CPCI4052
68 bool "Support CPCI4052"
69
dd84058d
MY
70config TARGET_PLU405
71 bool "Support PLU405"
72
dd84058d
MY
73config TARGET_PMC405DE
74 bool "Support PMC405DE"
75
76config TARGET_PMC440
77 bool "Support PMC440"
78
dd84058d
MY
79config TARGET_VOM405
80 bool "Support VOM405"
81
dd84058d
MY
82config TARGET_DLVISION_10G
83 bool "Support dlvision-10g"
84
85config TARGET_IO
86 bool "Support io"
87
88config TARGET_IOCON
89 bool "Support iocon"
90
91config TARGET_NEO
92 bool "Support neo"
93
94config TARGET_IO64
95 bool "Support io64"
96
97config TARGET_DLVISION
98 bool "Support dlvision"
99
100config TARGET_GDPPC440ETX
101 bool "Support gdppc440etx"
102
103config TARGET_INTIP
104 bool "Support intip"
105
106config TARGET_ICON
107 bool "Support icon"
108
109config TARGET_MIP405
110 bool "Support MIP405"
111
112config TARGET_PIP405
113 bool "Support PIP405"
114
dd84058d
MY
115config TARGET_XPEDITE1000
116 bool "Support xpedite1000"
117
dd84058d
MY
118config TARGET_XILINX_PPC405_GENERIC
119 bool "Support xilinx-ppc405-generic"
120
121config TARGET_XILINX_PPC440_GENERIC
122 bool "Support xilinx-ppc440-generic"
123
124endchoice
125
126source "board/amcc/acadia/Kconfig"
127source "board/amcc/bamboo/Kconfig"
dd84058d
MY
128source "board/amcc/bubinga/Kconfig"
129source "board/amcc/canyonlands/Kconfig"
dd84058d
MY
130source "board/amcc/katmai/Kconfig"
131source "board/amcc/kilauea/Kconfig"
132source "board/amcc/luan/Kconfig"
133source "board/amcc/makalu/Kconfig"
dd84058d
MY
134source "board/amcc/redwood/Kconfig"
135source "board/amcc/sequoia/Kconfig"
dd84058d
MY
136source "board/amcc/walnut/Kconfig"
137source "board/amcc/yosemite/Kconfig"
138source "board/amcc/yucca/Kconfig"
139source "board/avnet/fx12mm/Kconfig"
140source "board/avnet/v5fx30teval/Kconfig"
dd84058d
MY
141source "board/esd/cpci2dp/Kconfig"
142source "board/esd/cpci405/Kconfig"
dd84058d 143source "board/esd/plu405/Kconfig"
dd84058d
MY
144source "board/esd/pmc405de/Kconfig"
145source "board/esd/pmc440/Kconfig"
dd84058d 146source "board/esd/vom405/Kconfig"
dd84058d
MY
147source "board/gdsys/405ep/Kconfig"
148source "board/gdsys/405ex/Kconfig"
149source "board/gdsys/dlvision/Kconfig"
150source "board/gdsys/gdppc440etx/Kconfig"
151source "board/gdsys/intip/Kconfig"
6623aee5 152source "board/liebherr/lwmon5/Kconfig"
dd84058d
MY
153source "board/mosaixtech/icon/Kconfig"
154source "board/mpl/mip405/Kconfig"
155source "board/mpl/pip405/Kconfig"
dd84058d 156source "board/t3corp/Kconfig"
dd84058d 157source "board/xes/xpedite1000/Kconfig"
dd84058d
MY
158source "board/xilinx/ppc405-generic/Kconfig"
159source "board/xilinx/ppc440-generic/Kconfig"
dd84058d
MY
160
161endmenu