Skip to content

Commit

Permalink
[MIPS] cmbvr4133: Remove support
Browse files Browse the repository at this point in the history
It cannot be built for a long time and nobody maintains it.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 15, 2008
1 parent 3f16654 commit efff4ae
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 734 deletions.
6 changes: 0 additions & 6 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,6 @@ load-$(CONFIG_LASAT) += 0xffffffff80000000
core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/
cflags-$(CONFIG_MACH_VR41XX) += -Iinclude/asm-mips/mach-vr41xx

#
# NEC VR4133
#
core-$(CONFIG_NEC_CMBVR4133) += arch/mips/vr41xx/nec-cmbvr4133/
load-$(CONFIG_NEC_CMBVR4133) += 0xffffffff80100000

#
# ZAO Networks Capcella (VR4131)
#
Expand Down
1 change: 0 additions & 1 deletion arch/mips/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ obj-$(CONFIG_MIPS_MSC) += ops-msc.o
obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o
obj-$(CONFIG_SOC_TX3927) += ops-tx3927.o
obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o
obj-$(CONFIG_NEC_CMBVR4133) += fixup-vr4133.o
obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o
obj-$(CONFIG_PCI_TX4927) += ops-tx4927.o

Expand Down
194 changes: 0 additions & 194 deletions arch/mips/pci/fixup-vr4133.c

This file was deleted.

17 changes: 0 additions & 17 deletions arch/mips/vr41xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ config IBM_WORKPAD
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN

config NEC_CMBVR4133
bool "NEC CMB-VR4133"
select CEVT_R4K
select CSRC_R4K
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN

config TANBAC_TB022X
bool "TANBAC VR4131 multichip module and TANBAC VR4131DIMM"
select CEVT_R4K
Expand Down Expand Up @@ -73,13 +63,6 @@ config ZAO_CAPCELLA

endchoice

config ROCKHOPPER
bool "Support for Rockhopper base board"
depends on NEC_CMBVR4133
select PCI_VR41XX
select I8259
select HAVE_STD_PC_SERIAL_PORT

choice
prompt "Base board type"
depends on TANBAC_TB022X
Expand Down
8 changes: 0 additions & 8 deletions arch/mips/vr41xx/nec-cmbvr4133/Makefile

This file was deleted.

65 changes: 0 additions & 65 deletions arch/mips/vr41xx/nec-cmbvr4133/init.c

This file was deleted.

46 changes: 0 additions & 46 deletions arch/mips/vr41xx/nec-cmbvr4133/irq.c

This file was deleted.

Loading

0 comments on commit efff4ae

Please sign in to comment.