diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-17 03:59:17 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-08-26 02:51:14 -0400 |
commit | c065edde73508c6da4afaf064e5999eb3e5aead1 (patch) | |
tree | 8a8d4570687a74726ceef250a364ef390971fe11 /arch/m68k | |
parent | 0c7e59c46e01e6f8291903c1fb8e5519fcbfe7a7 (diff) |
m68k: remove 16 unused boards in Kconfig.machine
The Kconfig entries for 16 boards are unused. Remove these, together
with the 6 entries that these boards select, but are also unused.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.machine | 134 |
1 files changed, 0 insertions, 134 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index b9ab0a69561c..61dc643c0b05 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine | |||
@@ -150,18 +150,6 @@ config XCOPILOT_BUGS | |||
150 | help | 150 | help |
151 | Support the bugs of Xcopilot. | 151 | Support the bugs of Xcopilot. |
152 | 152 | ||
153 | config UC5272 | ||
154 | bool "Arcturus Networks uC5272 dimm board support" | ||
155 | depends on M5272 | ||
156 | help | ||
157 | Support for the Arcturus Networks uC5272 dimm board. | ||
158 | |||
159 | config UC5282 | ||
160 | bool "Arcturus Networks uC5282 board support" | ||
161 | depends on M528x | ||
162 | help | ||
163 | Support for the Arcturus Networks uC5282 dimm board. | ||
164 | |||
165 | config UCSIMM | 153 | config UCSIMM |
166 | bool "uCsimm module support" | 154 | bool "uCsimm module support" |
167 | depends on M68EZ328 | 155 | depends on M68EZ328 |
@@ -205,23 +193,15 @@ config UCQUICC | |||
205 | help | 193 | help |
206 | Support for the Lineo uCquicc board. | 194 | Support for the Lineo uCquicc board. |
207 | 195 | ||
208 | config ARNEWSH | ||
209 | bool | ||
210 | |||
211 | config ARN5206 | 196 | config ARN5206 |
212 | bool "Arnewsh 5206 board support" | 197 | bool "Arnewsh 5206 board support" |
213 | depends on M5206 | 198 | depends on M5206 |
214 | select ARNEWSH | ||
215 | help | 199 | help |
216 | Support for the Arnewsh 5206 board. | 200 | Support for the Arnewsh 5206 board. |
217 | 201 | ||
218 | config FREESCALE | ||
219 | bool | ||
220 | |||
221 | config M5206eC3 | 202 | config M5206eC3 |
222 | bool "Motorola M5206eC3 board support" | 203 | bool "Motorola M5206eC3 board support" |
223 | depends on M5206e | 204 | depends on M5206e |
224 | select FREESCALE | ||
225 | help | 205 | help |
226 | Support for the Motorola M5206eC3 board. | 206 | Support for the Motorola M5206eC3 board. |
227 | 207 | ||
@@ -231,88 +211,24 @@ config ELITE | |||
231 | help | 211 | help |
232 | Support for the Motorola M5206eLITE board. | 212 | Support for the Motorola M5206eLITE board. |
233 | 213 | ||
234 | config M5208EVB | ||
235 | bool "Freescale M5208EVB board support" | ||
236 | depends on M520x | ||
237 | select FREESCALE | ||
238 | help | ||
239 | Support for the Freescale Coldfire M5208EVB. | ||
240 | |||
241 | config M5235EVB | 214 | config M5235EVB |
242 | bool "Freescale M5235EVB support" | 215 | bool "Freescale M5235EVB support" |
243 | depends on M523x | 216 | depends on M523x |
244 | select FREESCALE | ||
245 | help | 217 | help |
246 | Support for the Freescale M5235EVB board. | 218 | Support for the Freescale M5235EVB board. |
247 | 219 | ||
248 | config M5249C3 | 220 | config M5249C3 |
249 | bool "Motorola M5249C3 board support" | 221 | bool "Motorola M5249C3 board support" |
250 | depends on M5249 | 222 | depends on M5249 |
251 | select FREESCALE | ||
252 | help | 223 | help |
253 | Support for the Motorola M5249C3 board. | 224 | Support for the Motorola M5249C3 board. |
254 | 225 | ||
255 | config M5271EVB | ||
256 | bool "Freescale (Motorola) M5271EVB board support" | ||
257 | depends on M5271 | ||
258 | select FREESCALE | ||
259 | help | ||
260 | Support for the Freescale (Motorola) M5271EVB board. | ||
261 | |||
262 | config M5275EVB | ||
263 | bool "Freescale (Motorola) M5275EVB board support" | ||
264 | depends on M5275 | ||
265 | select FREESCALE | ||
266 | help | ||
267 | Support for the Freescale (Motorola) M5275EVB board. | ||
268 | |||
269 | config M5272C3 | 226 | config M5272C3 |
270 | bool "Motorola M5272C3 board support" | 227 | bool "Motorola M5272C3 board support" |
271 | depends on M5272 | 228 | depends on M5272 |
272 | select FREESCALE | ||
273 | help | 229 | help |
274 | Support for the Motorola M5272C3 board. | 230 | Support for the Motorola M5272C3 board. |
275 | 231 | ||
276 | config senTec | ||
277 | bool | ||
278 | |||
279 | config COBRA5272 | ||
280 | bool "senTec COBRA5272 board support" | ||
281 | depends on M5272 | ||
282 | select senTec | ||
283 | help | ||
284 | Support for the senTec COBRA5272 board. | ||
285 | |||
286 | config AVNET | ||
287 | bool | ||
288 | |||
289 | config AVNET5282 | ||
290 | bool "Avnet 5282 board support" | ||
291 | depends on M528x | ||
292 | select AVNET | ||
293 | help | ||
294 | Support for the Avnet 5282 board. | ||
295 | |||
296 | config M5282EVB | ||
297 | bool "Motorola M5282EVB board support" | ||
298 | depends on M528x | ||
299 | select FREESCALE | ||
300 | help | ||
301 | Support for the Motorola M5282EVB board. | ||
302 | |||
303 | config COBRA5282 | ||
304 | bool "senTec COBRA5282 board support" | ||
305 | depends on M528x | ||
306 | select senTec | ||
307 | help | ||
308 | Support for the senTec COBRA5282 board. | ||
309 | |||
310 | config SOM5282EM | ||
311 | bool "EMAC.Inc SOM5282EM board support" | ||
312 | depends on M528x | ||
313 | help | ||
314 | Support for the EMAC.Inc SOM5282EM module. | ||
315 | |||
316 | config WILDFIRE | 232 | config WILDFIRE |
317 | bool "Intec Automation Inc. WildFire board support" | 233 | bool "Intec Automation Inc. WildFire board support" |
318 | depends on M528x | 234 | depends on M528x |
@@ -328,14 +244,12 @@ config WILDFIREMOD | |||
328 | config ARN5307 | 244 | config ARN5307 |
329 | bool "Arnewsh 5307 board support" | 245 | bool "Arnewsh 5307 board support" |
330 | depends on M5307 | 246 | depends on M5307 |
331 | select ARNEWSH | ||
332 | help | 247 | help |
333 | Support for the Arnewsh 5307 board. | 248 | Support for the Arnewsh 5307 board. |
334 | 249 | ||
335 | config M5307C3 | 250 | config M5307C3 |
336 | bool "Motorola M5307C3 board support" | 251 | bool "Motorola M5307C3 board support" |
337 | depends on M5307 | 252 | depends on M5307 |
338 | select FREESCALE | ||
339 | help | 253 | help |
340 | Support for the Motorola M5307C3 board. | 254 | Support for the Motorola M5307C3 board. |
341 | 255 | ||
@@ -345,30 +259,9 @@ config SECUREEDGEMP3 | |||
345 | help | 259 | help |
346 | Support for the SnapGear SecureEdge/MP3 platform. | 260 | Support for the SnapGear SecureEdge/MP3 platform. |
347 | 261 | ||
348 | config M5329EVB | ||
349 | bool "Freescale (Motorola) M5329EVB board support" | ||
350 | depends on M532x | ||
351 | select FREESCALE | ||
352 | help | ||
353 | Support for the Freescale (Motorola) M5329EVB board. | ||
354 | |||
355 | config COBRA5329 | ||
356 | bool "senTec COBRA5329 board support" | ||
357 | depends on M532x | ||
358 | help | ||
359 | Support for the senTec COBRA5329 board. | ||
360 | |||
361 | config M5373EVB | ||
362 | bool "Freescale M5373EVB board support" | ||
363 | depends on M537x | ||
364 | select FREESCALE | ||
365 | help | ||
366 | Support for the Freescale M5373EVB board. | ||
367 | |||
368 | config M5407C3 | 262 | config M5407C3 |
369 | bool "Motorola M5407C3 board support" | 263 | bool "Motorola M5407C3 board support" |
370 | depends on M5407 | 264 | depends on M5407 |
371 | select FREESCALE | ||
372 | help | 265 | help |
373 | Support for the Motorola M5407C3 board. | 266 | Support for the Motorola M5407C3 board. |
374 | 267 | ||
@@ -402,39 +295,12 @@ config NETtel | |||
402 | help | 295 | help |
403 | Support for the SnapGear NETtel/SecureEdge/SnapGear boards. | 296 | Support for the SnapGear NETtel/SecureEdge/SnapGear boards. |
404 | 297 | ||
405 | config SNAPGEAR | ||
406 | bool "SnapGear router board support" | ||
407 | depends on NETtel | ||
408 | help | ||
409 | Special additional support for SnapGear router boards. | ||
410 | |||
411 | config SNEHA | ||
412 | bool | ||
413 | |||
414 | config CPU16B | ||
415 | bool "Sneha Technologies S.L. Sarasvati board support" | ||
416 | depends on M5272 | ||
417 | select SNEHA | ||
418 | help | ||
419 | Support for the SNEHA CPU16B board. | ||
420 | |||
421 | config MOD5272 | 298 | config MOD5272 |
422 | bool "Netburner MOD-5272 board support" | 299 | bool "Netburner MOD-5272 board support" |
423 | depends on M5272 | 300 | depends on M5272 |
424 | help | 301 | help |
425 | Support for the Netburner MOD-5272 board. | 302 | Support for the Netburner MOD-5272 board. |
426 | 303 | ||
427 | config SAVANT | ||
428 | bool | ||
429 | |||
430 | config SAVANTrosie1 | ||
431 | bool "Savant Rosie1 board support" | ||
432 | depends on M523x | ||
433 | select SAVANT | ||
434 | help | ||
435 | Support for the Savant Rosie1 board. | ||
436 | |||
437 | |||
438 | if !MMU || COLDFIRE | 304 | if !MMU || COLDFIRE |
439 | 305 | ||
440 | comment "Machine Options" | 306 | comment "Machine Options" |