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

Commit 695e0078 authored by Rob Herring's avatar Rob Herring Committed by David S. Miller
Browse files

net: remove ixp2000 ethernet driver



The platform is removed, so there are no users of this driver.

Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
Cc: Bruce Allan <bruce.w.allan@intel.com>
Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
Cc: Don Skidmore <donald.c.skidmore@intel.com>
Cc: Greg Rose <gregory.v.rose@intel.com>
Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Cc: Alex Duyck <alexander.h.duyck@intel.com>
Cc: John Ronciak <john.ronciak@intel.com>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e7f8c1fe
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3516,12 +3516,6 @@ M: Deepak Saxena <dsaxena@plexity.net>
S:	Maintained
F:	drivers/char/hw_random/ixp4xx-rng.c

INTEL IXP2000 ETHERNET DRIVER
M:	Lennert Buytenhek <kernel@wantstofly.org>
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/ethernet/xscale/ixp2000/

INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
M:	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
M:	Jesse Brandeburg <jesse.brandeburg@intel.com>
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config NET_VENDOR_INTEL
	default y
	depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \
		   ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \
		   GSC || BVME6000 || MVME16x || ARCH_ENP2611 || \
		   GSC || BVME6000 || MVME16x || \
		   (ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR) || \
		   EXPERIMENTAL
	---help---
+2 −4
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
config NET_VENDOR_XSCALE
	bool "Intel XScale IXP devices"
	default y
	depends on NET_VENDOR_INTEL && ((ARM && ARCH_IXP4XX && \
		   IXP4XX_NPE && IXP4XX_QMGR) || ARCH_ENP2611)
	depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
		   IXP4XX_NPE && IXP4XX_QMGR)
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
	  and read the Ethernet-HOWTO, available from
@@ -27,6 +27,4 @@ config IXP4XX_ETH
	  Say Y here if you want to use built-in Ethernet ports
	  on IXP4xx processor.

source "drivers/net/ethernet/xscale/ixp2000/Kconfig"

endif # NET_VENDOR_XSCALE
+0 −1
Original line number Diff line number Diff line
@@ -2,5 +2,4 @@
# Makefile for the Intel XScale IXP device drivers.
#

obj-$(CONFIG_ENP2611_MSF_NET) += ixp2000/
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o
+0 −6
Original line number Diff line number Diff line
config ENP2611_MSF_NET
	tristate "Radisys ENP2611 MSF network interface support"
	depends on ARCH_ENP2611
	---help---
	  This is a driver for the MSF network interface unit in
	  the IXP2400 on the Radisys ENP2611 platform.
Loading