blob: a3f0cbc2a447828aa8f5abb5d0fbdaf3573050c9 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "M68000 architecture"
2 depends on M68K
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "m68k"
6
Masahiro Yamadad4a9b172015-03-27 17:01:06 +09007# processor family
8config MCF520x
9 bool
10
11config MCF52x2
12 bool
13
Masahiro Yamadaf47fb6b2015-03-27 17:01:11 +090014config MCF523x
15 bool
16
Masahiro Yamadabdde6592015-03-27 17:01:07 +090017config MCF530x
18 bool
19
Masahiro Yamadac155ab72015-03-27 17:01:08 +090020config MCF5301x
21 bool
22
23config MCF532x
24 bool
25
26config MCF537x
27 bool
28
Masahiro Yamada7f8ebbf2015-03-27 17:01:09 +090029config MCF5441x
30 bool
31
32config MCF5445x
33 bool
34
Masahiro Yamada2bb1cd52015-03-27 17:01:10 +090035config MCF5227x
36 bool
37
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090038# processor type
39config M5208
40 bool
41 select MCF520x
42
Masahiro Yamadaf47fb6b2015-03-27 17:01:11 +090043config M5235
44 bool
45 select MCF523x
46
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090047config M5249
48 bool
49 select MCF52x2
50
51config M5253
52 bool
53 select MCF52x2
54
55config M5271
56 bool
57 select MCF52x2
58
59config M5272
60 bool
61 select MCF52x2
62
63config M5275
64 bool
65 select MCF52x2
66
67config M5282
68 bool
69 select MCF52x2
70
Masahiro Yamadabdde6592015-03-27 17:01:07 +090071config M5307
72 bool
73 select MCF530x
74
Masahiro Yamadac155ab72015-03-27 17:01:08 +090075config M53015
76 bool
77 select MCF5301x
78
79config M5329
80 bool
81 select MCF532x
82
83config M5373
84 bool
85 select MCF532x
86 select MCF537x
87
Masahiro Yamada7f8ebbf2015-03-27 17:01:09 +090088config M54418
89 bool
90 select MCF5441x
91
92config M54451
93 bool
94 select MCF5445x
95
96config M54455
97 bool
98 select MCF5445x
99
Masahiro Yamada2bb1cd52015-03-27 17:01:10 +0900100config M52277
101 bool
102 select MCF5227x
103
Masahiro Yamadadd840582014-07-30 14:08:14 +0900104choice
105 prompt "Target select"
106
107config TARGET_M52277EVB
108 bool "Support M52277EVB"
Masahiro Yamada2bb1cd52015-03-27 17:01:10 +0900109 select M52277
Masahiro Yamadadd840582014-07-30 14:08:14 +0900110
111config TARGET_M5235EVB
112 bool "Support M5235EVB"
Masahiro Yamadaf47fb6b2015-03-27 17:01:11 +0900113 select M5235
Masahiro Yamadadd840582014-07-30 14:08:14 +0900114
115config TARGET_COBRA5272
116 bool "Support cobra5272"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900117 select M5272
Masahiro Yamadadd840582014-07-30 14:08:14 +0900118
119config TARGET_EB_CPU5282
120 bool "Support eb_cpu5282"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900121 select M5282
Masahiro Yamadadd840582014-07-30 14:08:14 +0900122
Masahiro Yamadadd840582014-07-30 14:08:14 +0900123config TARGET_M5208EVBE
124 bool "Support M5208EVBE"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900125 select M5208
Masahiro Yamadadd840582014-07-30 14:08:14 +0900126
127config TARGET_M5249EVB
128 bool "Support M5249EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900129 select M5249
Masahiro Yamadadd840582014-07-30 14:08:14 +0900130
131config TARGET_M5253DEMO
132 bool "Support M5253DEMO"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900133 select M5253
Masahiro Yamadadd840582014-07-30 14:08:14 +0900134
135config TARGET_M5253EVBE
136 bool "Support M5253EVBE"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900137 select M5253
Masahiro Yamadadd840582014-07-30 14:08:14 +0900138
139config TARGET_M5272C3
140 bool "Support M5272C3"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900141 select M5272
Masahiro Yamadadd840582014-07-30 14:08:14 +0900142
143config TARGET_M5275EVB
144 bool "Support M5275EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900145 select M5275
Masahiro Yamadadd840582014-07-30 14:08:14 +0900146
147config TARGET_M5282EVB
148 bool "Support M5282EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +0900149 select M5282
Masahiro Yamadadd840582014-07-30 14:08:14 +0900150
151config TARGET_ASTRO_MCF5373L
152 bool "Support astro_mcf5373l"
Masahiro Yamadac155ab72015-03-27 17:01:08 +0900153 select M5373
Masahiro Yamadadd840582014-07-30 14:08:14 +0900154
155config TARGET_M53017EVB
156 bool "Support M53017EVB"
Masahiro Yamadac155ab72015-03-27 17:01:08 +0900157 select M53015
Masahiro Yamadadd840582014-07-30 14:08:14 +0900158
159config TARGET_M5329EVB
160 bool "Support M5329EVB"
Masahiro Yamadac155ab72015-03-27 17:01:08 +0900161 select M5329
Masahiro Yamadadd840582014-07-30 14:08:14 +0900162
163config TARGET_M5373EVB
164 bool "Support M5373EVB"
Masahiro Yamadac155ab72015-03-27 17:01:08 +0900165 select M5373
Masahiro Yamadadd840582014-07-30 14:08:14 +0900166
167config TARGET_M54418TWR
168 bool "Support M54418TWR"
Masahiro Yamada7f8ebbf2015-03-27 17:01:09 +0900169 select M54418
Masahiro Yamadadd840582014-07-30 14:08:14 +0900170
171config TARGET_M54451EVB
172 bool "Support M54451EVB"
Masahiro Yamada7f8ebbf2015-03-27 17:01:09 +0900173 select M54451
Masahiro Yamadadd840582014-07-30 14:08:14 +0900174
175config TARGET_M54455EVB
176 bool "Support M54455EVB"
Masahiro Yamada7f8ebbf2015-03-27 17:01:09 +0900177 select M54455
Masahiro Yamadadd840582014-07-30 14:08:14 +0900178
179config TARGET_M5475EVB
180 bool "Support M5475EVB"
181
182config TARGET_M5485EVB
183 bool "Support M5485EVB"
184
angelo@sysam.it06fd66a2015-02-12 01:39:40 +0100185config TARGET_AMCORE
186 bool "Support AMCORE"
Masahiro Yamadabdde6592015-03-27 17:01:07 +0900187 select M5307
angelo@sysam.it06fd66a2015-02-12 01:39:40 +0100188
Masahiro Yamadadd840582014-07-30 14:08:14 +0900189endchoice
190
191source "board/BuS/eb_cpu5282/Kconfig"
192source "board/astro/mcf5373l/Kconfig"
193source "board/cobra5272/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194source "board/freescale/m5208evbe/Kconfig"
195source "board/freescale/m52277evb/Kconfig"
196source "board/freescale/m5235evb/Kconfig"
197source "board/freescale/m5249evb/Kconfig"
198source "board/freescale/m5253demo/Kconfig"
199source "board/freescale/m5253evbe/Kconfig"
200source "board/freescale/m5272c3/Kconfig"
201source "board/freescale/m5275evb/Kconfig"
202source "board/freescale/m5282evb/Kconfig"
203source "board/freescale/m53017evb/Kconfig"
204source "board/freescale/m5329evb/Kconfig"
205source "board/freescale/m5373evb/Kconfig"
206source "board/freescale/m54418twr/Kconfig"
207source "board/freescale/m54451evb/Kconfig"
208source "board/freescale/m54455evb/Kconfig"
209source "board/freescale/m547xevb/Kconfig"
210source "board/freescale/m548xevb/Kconfig"
angelo@sysam.it06fd66a2015-02-12 01:39:40 +0100211source "board/sysam/amcore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900212
213endmenu