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