aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-03 18:55:28 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:05:55 -0400
commit8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1 (patch)
treedda38f9e23ef8d1c6531a34ed9243533c74a5f9f /arch/ppc/Kconfig
parentea08dcfa5439acaf33660e372d44fc049a90b121 (diff)
[PATCH] ppc32: Remove board support for SM850
Support for the SM850 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r--arch/ppc/Kconfig17
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index ad6c362a15b6..1a0c98db050e 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -354,13 +354,6 @@ config RPXLITE
354 End of life: - 354 End of life: -
355 URL: <http://www.speech-design.de/> 355 URL: <http://www.speech-design.de/>
356 356
357 SM850:
358 Service Module (based on TQM850L)
359 Manufacturer: Dependable Computer Systems, <http://www.decomsys.com/>
360 Date of Release: end 2000 (?)
361 End of life: mid 2001 (?)
362 URL: <http://www.tz-mikroelektronik.de/ServiceModule/index.html>
363
364 HERMES: 357 HERMES:
365 Hermes-Pro ISDN/LAN router with integrated 8 x hub 358 Hermes-Pro ISDN/LAN router with integrated 8 x hub
366 Manufacturer: Multidata Gesellschaft fur Datentechnik und Informatik 359 Manufacturer: Multidata Gesellschaft fur Datentechnik und Informatik
@@ -485,14 +478,6 @@ config IVML24
485 from Speech Design, released March 2001. The manufacturer's website 478 from Speech Design, released March 2001. The manufacturer's website
486 is at <http://www.speech-design.de/>. 479 is at <http://www.speech-design.de/>.
487 480
488config SM850
489 bool "SM850"
490 help
491 Say Y here to support the Service Module 850 from Dependable
492 Computer Systems, an SBC based on the TQM850L module by TQ
493 Components. This board is no longer in production. The
494 manufacturer's website is at <http://www.decomsys.com/>.
495
496config HERMES_PRO 481config HERMES_PRO
497 bool "HERMES" 482 bool "HERMES"
498 483
@@ -713,7 +698,7 @@ config PQ2ADS
713 698
714config TQM8xxL 699config TQM8xxL
715 bool 700 bool
716 depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L || SM850) 701 depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
717 default y 702 default y
718 703
719config EMBEDDEDBOOT 704config EMBEDDEDBOOT