diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:55 -0700 |
commit | 8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1 (patch) | |
tree | dda38f9e23ef8d1c6531a34ed9243533c74a5f9f /arch/ppc/Kconfig | |
parent | ea08dcfa5439acaf33660e372d44fc049a90b121 (diff) | |
download | blackbird-obmc-linux-8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1.tar.gz blackbird-obmc-linux-8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1.zip |
[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/Kconfig | 17 |
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 End of life: - URL: <http://www.speech-design.de/> - SM850: - Service Module (based on TQM850L) - Manufacturer: Dependable Computer Systems, <http://www.decomsys.com/> - Date of Release: end 2000 (?) - End of life: mid 2001 (?) - URL: <http://www.tz-mikroelektronik.de/ServiceModule/index.html> - HERMES: Hermes-Pro ISDN/LAN router with integrated 8 x hub Manufacturer: Multidata Gesellschaft fur Datentechnik und Informatik @@ -485,14 +478,6 @@ config IVML24 from Speech Design, released March 2001. The manufacturer's website is at <http://www.speech-design.de/>. -config SM850 - bool "SM850" - help - Say Y here to support the Service Module 850 from Dependable - Computer Systems, an SBC based on the TQM850L module by TQ - Components. This board is no longer in production. The - manufacturer's website is at <http://www.decomsys.com/>. - config HERMES_PRO bool "HERMES" @@ -713,7 +698,7 @@ config PQ2ADS config TQM8xxL bool - depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L || SM850) + depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L) default y config EMBEDDEDBOOT |