]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/m68k/Kconfig
board: axs103 - add maintainer information
[people/ms/u-boot.git] / arch / m68k / Kconfig
CommitLineData
dd84058d
MY
1menu "M68000 architecture"
2 depends on M68K
3
4config SYS_ARCH
dd84058d
MY
5 default "m68k"
6
d4a9b17d
MY
7# processor family
8config MCF520x
9 bool
10
11config MCF52x2
12 bool
13
f47fb6b4
MY
14config MCF523x
15 bool
16
bdde6595
MY
17config MCF530x
18 bool
19
c155ab74
MY
20config MCF5301x
21 bool
22
23config MCF532x
24 bool
25
26config MCF537x
27 bool
28
7f8ebbf0
MY
29config MCF5441x
30 bool
31
32config MCF5445x
33 bool
34
2bb1cd53
MY
35config MCF5227x
36 bool
37
4cbd2928
MY
38config MCF547x_8x
39 bool
40
d4a9b17d
MY
41# processor type
42config M5208
43 bool
44 select MCF520x
45
f47fb6b4
MY
46config M5235
47 bool
48 select MCF523x
49
d4a9b17d
MY
50config M5249
51 bool
52 select MCF52x2
53
54config M5253
55 bool
56 select MCF52x2
57
58config M5271
59 bool
60 select MCF52x2
61
62config M5272
63 bool
64 select MCF52x2
65
66config M5275
67 bool
68 select MCF52x2
69
70config M5282
71 bool
72 select MCF52x2
73
bdde6595
MY
74config M5307
75 bool
76 select MCF530x
77
c155ab74
MY
78config M53015
79 bool
80 select MCF5301x
81
82config M5329
83 bool
84 select MCF532x
85
86config M5373
87 bool
88 select MCF532x
89 select MCF537x
90
7f8ebbf0
MY
91config M54418
92 bool
93 select MCF5441x
94
95config M54451
96 bool
97 select MCF5445x
98
99config M54455
100 bool
101 select MCF5445x
102
2bb1cd53
MY
103config M52277
104 bool
105 select MCF5227x
106
4cbd2928
MY
107config M547x
108 bool
109 select MCF547x_8x
110
111config M548x
112 bool
113 select MCF547x_8x
114
dd84058d
MY
115choice
116 prompt "Target select"
a26cd049 117 optional
dd84058d
MY
118
119config TARGET_M52277EVB
120 bool "Support M52277EVB"
2bb1cd53 121 select M52277
dd84058d
MY
122
123config TARGET_M5235EVB
124 bool "Support M5235EVB"
f47fb6b4 125 select M5235
dd84058d
MY
126
127config TARGET_COBRA5272
128 bool "Support cobra5272"
d4a9b17d 129 select M5272
dd84058d
MY
130
131config TARGET_EB_CPU5282
132 bool "Support eb_cpu5282"
d4a9b17d 133 select M5282
dd84058d 134
dd84058d
MY
135config TARGET_M5208EVBE
136 bool "Support M5208EVBE"
d4a9b17d 137 select M5208
dd84058d
MY
138
139config TARGET_M5249EVB
140 bool "Support M5249EVB"
d4a9b17d 141 select M5249
dd84058d
MY
142
143config TARGET_M5253DEMO
144 bool "Support M5253DEMO"
d4a9b17d 145 select M5253
dd84058d
MY
146
147config TARGET_M5253EVBE
148 bool "Support M5253EVBE"
d4a9b17d 149 select M5253
dd84058d
MY
150
151config TARGET_M5272C3
152 bool "Support M5272C3"
d4a9b17d 153 select M5272
dd84058d
MY
154
155config TARGET_M5275EVB
156 bool "Support M5275EVB"
d4a9b17d 157 select M5275
dd84058d
MY
158
159config TARGET_M5282EVB
160 bool "Support M5282EVB"
d4a9b17d 161 select M5282
dd84058d
MY
162
163config TARGET_ASTRO_MCF5373L
164 bool "Support astro_mcf5373l"
c155ab74 165 select M5373
dd84058d
MY
166
167config TARGET_M53017EVB
168 bool "Support M53017EVB"
c155ab74 169 select M53015
dd84058d
MY
170
171config TARGET_M5329EVB
172 bool "Support M5329EVB"
c155ab74 173 select M5329
dd84058d
MY
174
175config TARGET_M5373EVB
176 bool "Support M5373EVB"
c155ab74 177 select M5373
dd84058d
MY
178
179config TARGET_M54418TWR
180 bool "Support M54418TWR"
7f8ebbf0 181 select M54418
dd84058d
MY
182
183config TARGET_M54451EVB
184 bool "Support M54451EVB"
7f8ebbf0 185 select M54451
dd84058d
MY
186
187config TARGET_M54455EVB
188 bool "Support M54455EVB"
7f8ebbf0 189 select M54455
dd84058d
MY
190
191config TARGET_M5475EVB
192 bool "Support M5475EVB"
4cbd2928 193 select M547x
dd84058d
MY
194
195config TARGET_M5485EVB
196 bool "Support M5485EVB"
4cbd2928 197 select M548x
dd84058d 198
06fd66a4 199config TARGET_AMCORE
200 bool "Support AMCORE"
bdde6595 201 select M5307
06fd66a4 202
dd84058d
MY
203endchoice
204
205source "board/BuS/eb_cpu5282/Kconfig"
206source "board/astro/mcf5373l/Kconfig"
207source "board/cobra5272/Kconfig"
dd84058d
MY
208source "board/freescale/m5208evbe/Kconfig"
209source "board/freescale/m52277evb/Kconfig"
210source "board/freescale/m5235evb/Kconfig"
211source "board/freescale/m5249evb/Kconfig"
212source "board/freescale/m5253demo/Kconfig"
213source "board/freescale/m5253evbe/Kconfig"
214source "board/freescale/m5272c3/Kconfig"
215source "board/freescale/m5275evb/Kconfig"
216source "board/freescale/m5282evb/Kconfig"
217source "board/freescale/m53017evb/Kconfig"
218source "board/freescale/m5329evb/Kconfig"
219source "board/freescale/m5373evb/Kconfig"
220source "board/freescale/m54418twr/Kconfig"
221source "board/freescale/m54451evb/Kconfig"
222source "board/freescale/m54455evb/Kconfig"
223source "board/freescale/m547xevb/Kconfig"
224source "board/freescale/m548xevb/Kconfig"
06fd66a4 225source "board/sysam/amcore/Kconfig"
dd84058d
MY
226
227endmenu