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

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

[MIPS] Remove EV96100 as previously announced.

parent 432bef2a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -217,14 +217,6 @@ Who: Nick Piggin <npiggin@suse.de>

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

What:	Support for the MIPS EV96100 evaluation board
When:	September 2006
Why:	Does no longer build since at least November 15, 2003, apparently
	no userbase left.
Who:	Ralf Baechle <ralf@linux-mips.org>

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

What:	Support for the Momentum / PMC-Sierra Jaguar ATX evaluation board
When:	September 2006
Why:	Does no longer build since quite some time, and was never popular,
+0 −2
Original line number Diff line number Diff line
@@ -573,8 +573,6 @@ running once the system is up.
	gscd=		[HW,CD]
			Format: <io>

	gt96100eth=	[NET] MIPS GT96100 Advanced Communication Controller

	gus=		[HW,OSS]
			Format: <io>,<irq>,<dma>,<dma16>

+0 −24
Original line number Diff line number Diff line
@@ -203,26 +203,6 @@ config MIPS_EV64120
	  <http://www.marvell.com/>.  Say Y here if you wish to build a
	  kernel for this platform.

config MIPS_EV96100
	bool "Galileo EV96100 Evaluation board (EXPERIMENTAL)"
	depends on EXPERIMENTAL
	select DMA_NONCOHERENT
	select HW_HAS_PCI
	select IRQ_CPU
	select MIPS_GT96100
	select RM7000_CPU_SCACHE
	select SWAP_IO_SPACE
	select SYS_HAS_CPU_R5000
	select SYS_HAS_CPU_RM7000
	select SYS_SUPPORTS_32BIT_KERNEL
	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
	select SYS_SUPPORTS_BIG_ENDIAN
	help
	  This is an evaluation board based on the Galileo GT-96100 LAN/WAN
	  communications controllers containing a MIPS R5000 compatible core
	  running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
	  here if you wish to build a kernel for this platform.

config MIPS_IVR
	bool "Globespan IVR board"
	select DMA_NONCOHERENT
@@ -1069,10 +1049,6 @@ config AU1X00_USB_DEVICE
	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
	default n

config MIPS_GT96100
	bool
	select MIPS_GT64120

config IT8172_CIR
	bool
	depends on MIPS_ITE8172 || MIPS_IVR
+0 −7
Original line number Diff line number Diff line
@@ -279,13 +279,6 @@ core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/common/
cflags-$(CONFIG_MIPS_EV64120)	+= -Iinclude/asm-mips/mach-ev64120
load-$(CONFIG_MIPS_EV64120)	+= 0xffffffff80100000

#
# Galileo EV96100 Board
#
core-$(CONFIG_MIPS_EV96100)	+= arch/mips/galileo-boards/ev96100/
cflags-$(CONFIG_MIPS_EV96100)	+= -Iinclude/asm-mips/mach-ev96100
load-$(CONFIG_MIPS_EV96100)	+= 0xffffffff80100000

#
# Wind River PPMC Board (4KC + GT64120)
#
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
# CONFIG_MACH_DECSTATION is not set
# CONFIG_MIPS_EV64120 is not set
# CONFIG_MIPS_EV96100 is not set
# CONFIG_MIPS_IVR is not set
# CONFIG_MIPS_ITE8172 is not set
# CONFIG_MACH_JAZZ is not set
Loading