diff options
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | 2007-06-11 09:08:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:01 -0400 |
commit | 192cca6ef2c49ac5ff46f7a31cb9dd175995658e (patch) | |
tree | 7df5158d92d5afe078aab30dd9cf152d828eac02 /arch/mips/Kconfig | |
parent | cfd2afc0f654e86e3f0b5060409b90f21964b9d3 (diff) |
[MIPS] Remove Momenco Ocelot C support
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
delete mode 100644 arch/mips/configs/ocelot_c_defconfig
delete mode 100644 arch/mips/momentum/ocelot_c/Makefile
delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c
delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c
delete mode 100644 arch/mips/momentum/ocelot_c/irq.c
delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h
delete mode 100644 arch/mips/momentum/ocelot_c/platform.c
delete mode 100644 arch/mips/momentum/ocelot_c/prom.c
delete mode 100644 arch/mips/momentum/ocelot_c/reset.c
delete mode 100644 arch/mips/momentum/ocelot_c/setup.c
delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c
delete mode 100644 arch/mips/pci/fixup-ocelot-c.c
delete mode 100644 arch/mips/pci/pci-ocelot-c.c
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a29ebfde6077..cba171a5eb03 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -276,24 +276,6 @@ config MOMENCO_OCELOT_3 | |||
276 | The Ocelot-3 is based off Discovery III System Controller and | 276 | The Ocelot-3 is based off Discovery III System Controller and |
277 | PMC-Sierra Rm79000 core. | 277 | PMC-Sierra Rm79000 core. |
278 | 278 | ||
279 | config MOMENCO_OCELOT_C | ||
280 | bool "Momentum Ocelot-C board" | ||
281 | select DMA_NONCOHERENT | ||
282 | select HW_HAS_PCI | ||
283 | select IRQ_CPU | ||
284 | select IRQ_MV64340 | ||
285 | select PCI_MARVELL | ||
286 | select RM7000_CPU_SCACHE | ||
287 | select SWAP_IO_SPACE | ||
288 | select SYS_HAS_CPU_RM7000 | ||
289 | select SYS_SUPPORTS_32BIT_KERNEL | ||
290 | select SYS_SUPPORTS_64BIT_KERNEL | ||
291 | select SYS_SUPPORTS_BIG_ENDIAN | ||
292 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
293 | help | ||
294 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | ||
295 | Momentum Computer <http://www.momenco.com/>. | ||
296 | |||
297 | config PNX8550_JBS | 279 | config PNX8550_JBS |
298 | bool "Philips PNX8550 based JBS board" | 280 | bool "Philips PNX8550 based JBS board" |
299 | select PNX8550 | 281 | select PNX8550 |