Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaff3888 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Remove support for NEC DDB5074.



As warned several times before.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2925aba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -212,7 +212,7 @@ Who: Greg Kroah-Hartman <gregkh@suse.de>


---------------------------
---------------------------


What:	Support for NEC DDB5074 and DDB5476 evaluation boards.
What:	Support for NEC DDB5476 evaluation boards.
When:	June 2006
When:	June 2006
Why:	Board specific code doesn't build anymore since ~2.6.0 and no
Why:	Board specific code doesn't build anymore since ~2.6.0 and no
	users have complained indicating there is no more need for these
	users have complained indicating there is no more need for these
+0 −18
Original line number Original line Diff line number Diff line
@@ -469,24 +469,6 @@ config PNX8550_JBS
	select PNX8550
	select PNX8550
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select SYS_SUPPORTS_LITTLE_ENDIAN


config DDB5074
	bool "NEC DDB Vrc-5074 (EXPERIMENTAL)"
	depends on EXPERIMENTAL
	select DDB5XXX_COMMON
	select DMA_NONCOHERENT
	select HAVE_STD_PC_SERIAL_PORT
	select HW_HAS_PCI
	select IRQ_CPU
	select I8259
	select ISA
	select SYS_HAS_CPU_R5000
	select SYS_SUPPORTS_32BIT_KERNEL
	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
	select SYS_SUPPORTS_LITTLE_ENDIAN
	help
	  This enables support for the VR5000-based NEC DDB Vrc-5074
	  evaluation board.

config DDB5476
config DDB5476
	bool "NEC DDB Vrc-5476"
	bool "NEC DDB Vrc-5476"
	select DDB5XXX_COMMON
	select DDB5XXX_COMMON
+0 −6
Original line number Original line Diff line number Diff line
@@ -403,12 +403,6 @@ load-$(CONFIG_MOMENCO_JAGUAR_ATX) += 0xffffffff80100000
#
#
core-$(CONFIG_DDB5XXX_COMMON)	+= arch/mips/ddb5xxx/common/
core-$(CONFIG_DDB5XXX_COMMON)	+= arch/mips/ddb5xxx/common/


#
# NEC DDB Vrc-5074
#
core-$(CONFIG_DDB5074)		+= arch/mips/ddb5xxx/ddb5074/
load-$(CONFIG_DDB5074)		+= 0xffffffff80080000

#
#
# NEC DDB Vrc-5476
# NEC DDB Vrc-5476
#
#
+0 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,6 @@ CONFIG_MIPS_ATLAS=y
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_PNX8550_V2PCI is not set
# CONFIG_PNX8550_V2PCI is not set
# CONFIG_PNX8550_JBS is not set
# CONFIG_PNX8550_JBS is not set
# CONFIG_DDB5074 is not set
# CONFIG_DDB5476 is not set
# CONFIG_DDB5476 is not set
# CONFIG_DDB5477 is not set
# CONFIG_DDB5477 is not set
# CONFIG_MACH_VR41XX is not set
# CONFIG_MACH_VR41XX is not set
+0 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,6 @@ CONFIG_MIPS=y
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_PNX8550_V2PCI is not set
# CONFIG_PNX8550_V2PCI is not set
# CONFIG_PNX8550_JBS is not set
# CONFIG_PNX8550_JBS is not set
# CONFIG_DDB5074 is not set
# CONFIG_DDB5476 is not set
# CONFIG_DDB5476 is not set
# CONFIG_DDB5477 is not set
# CONFIG_DDB5477 is not set
# CONFIG_MACH_VR41XX is not set
# CONFIG_MACH_VR41XX is not set
Loading