xscale: Move the Intel XScale IXP drivers
Move the Intel XScale IXP drivers into drivers/net/ethernet/xscale/ and make the necessary Kconfig and Makefile changes. CC: Krzysztof Halasa <khc@pm.waw.pl> CC: Lennert Buytenhek <kernel@wantstofly.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
d9fb9f3842
commit
b47da97728
@ -3319,7 +3319,7 @@ F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
|
|||||||
F: arch/arm/mach-ixp4xx/include/mach/npe.h
|
F: arch/arm/mach-ixp4xx/include/mach/npe.h
|
||||||
F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
|
F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
|
||||||
F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
|
F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
|
||||||
F: drivers/net/arm/ixp4xx_eth.c
|
F: drivers/net/ethernet/xscale/ixp4xx_eth.c
|
||||||
F: drivers/net/wan/ixp4xx_hss.c
|
F: drivers/net/wan/ixp4xx_hss.c
|
||||||
|
|
||||||
INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
|
INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
|
||||||
@ -3331,7 +3331,7 @@ INTEL IXP2000 ETHERNET DRIVER
|
|||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
L: netdev@vger.kernel.org
|
L: netdev@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/net/ixp2000/
|
F: drivers/net/ethernet/xscale/ixp2000/
|
||||||
|
|
||||||
INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
|
INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
|
||||||
M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
||||||
|
@ -989,8 +989,6 @@ config IP1000
|
|||||||
To compile this driver as a module, choose M here: the module
|
To compile this driver as a module, choose M here: the module
|
||||||
will be called ipg. This is recommended.
|
will be called ipg. This is recommended.
|
||||||
|
|
||||||
source "drivers/net/ixp2000/Kconfig"
|
|
||||||
|
|
||||||
config HAMACHI
|
config HAMACHI
|
||||||
tristate "Packet Engines Hamachi GNIC-II support"
|
tristate "Packet Engines Hamachi GNIC-II support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
@ -166,7 +166,6 @@ obj-$(CONFIG_NET_TULIP) += tulip/
|
|||||||
obj-$(CONFIG_HAMRADIO) += hamradio/
|
obj-$(CONFIG_HAMRADIO) += hamradio/
|
||||||
obj-$(CONFIG_IRDA) += irda/
|
obj-$(CONFIG_IRDA) += irda/
|
||||||
obj-$(CONFIG_ETRAX_ETHERNET) += cris/
|
obj-$(CONFIG_ETRAX_ETHERNET) += cris/
|
||||||
obj-$(CONFIG_ENP2611_MSF_NET) += ixp2000/
|
|
||||||
|
|
||||||
obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
||||||
|
|
||||||
|
@ -34,14 +34,6 @@ config EP93XX_ETH
|
|||||||
This is a driver for the ethernet hardware included in EP93xx CPUs.
|
This is a driver for the ethernet hardware included in EP93xx CPUs.
|
||||||
Say Y if you are building a kernel for EP93xx based devices.
|
Say Y if you are building a kernel for EP93xx based devices.
|
||||||
|
|
||||||
config IXP4XX_ETH
|
|
||||||
tristate "Intel IXP4xx Ethernet support"
|
|
||||||
depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
|
|
||||||
select PHYLIB
|
|
||||||
help
|
|
||||||
Say Y here if you want to use built-in Ethernet ports
|
|
||||||
on IXP4xx processor.
|
|
||||||
|
|
||||||
config W90P910_ETH
|
config W90P910_ETH
|
||||||
tristate "Nuvoton w90p910 Ethernet support"
|
tristate "Nuvoton w90p910 Ethernet support"
|
||||||
depends on ARM && ARCH_W90X900
|
depends on ARM && ARCH_W90X900
|
||||||
|
@ -7,5 +7,4 @@ obj-$(CONFIG_ARM_ETHER3) += ether3.o
|
|||||||
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
|
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
|
||||||
obj-$(CONFIG_ARM_KS8695_ETHER) += ks8695net.o
|
obj-$(CONFIG_ARM_KS8695_ETHER) += ks8695net.o
|
||||||
obj-$(CONFIG_EP93XX_ETH) += ep93xx_eth.o
|
obj-$(CONFIG_EP93XX_ETH) += ep93xx_eth.o
|
||||||
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o
|
|
||||||
obj-$(CONFIG_W90P910_ETH) += w90p910_ether.o
|
obj-$(CONFIG_W90P910_ETH) += w90p910_ether.o
|
||||||
|
@ -23,6 +23,7 @@ source "drivers/net/ethernet/neterion/Kconfig"
|
|||||||
source "drivers/net/ethernet/ibm/Kconfig"
|
source "drivers/net/ethernet/ibm/Kconfig"
|
||||||
source "drivers/net/ethernet/intel/Kconfig"
|
source "drivers/net/ethernet/intel/Kconfig"
|
||||||
source "drivers/net/ethernet/i825xx/Kconfig"
|
source "drivers/net/ethernet/i825xx/Kconfig"
|
||||||
|
source "drivers/net/ethernet/xscale/Kconfig"
|
||||||
source "drivers/net/ethernet/mellanox/Kconfig"
|
source "drivers/net/ethernet/mellanox/Kconfig"
|
||||||
source "drivers/net/ethernet/myricom/Kconfig"
|
source "drivers/net/ethernet/myricom/Kconfig"
|
||||||
source "drivers/net/ethernet/natsemi/Kconfig"
|
source "drivers/net/ethernet/natsemi/Kconfig"
|
||||||
|
@ -15,6 +15,7 @@ obj-$(CONFIG_NET_VENDOR_EXAR) += neterion/
|
|||||||
obj-$(CONFIG_NET_VENDOR_IBM) += ibm/
|
obj-$(CONFIG_NET_VENDOR_IBM) += ibm/
|
||||||
obj-$(CONFIG_NET_VENDOR_INTEL) += intel/
|
obj-$(CONFIG_NET_VENDOR_INTEL) += intel/
|
||||||
obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/
|
obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/
|
||||||
|
obj-$(CONFIG_NET_VENDOR_XSCALE) += xscale/
|
||||||
obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/
|
obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/
|
||||||
obj-$(CONFIG_NET_VENDOR_MYRI) += myricom/
|
obj-$(CONFIG_NET_VENDOR_MYRI) += myricom/
|
||||||
obj-$(CONFIG_NET_VENDOR_NATSEMI) += natsemi/
|
obj-$(CONFIG_NET_VENDOR_NATSEMI) += natsemi/
|
||||||
|
31
drivers/net/ethernet/xscale/Kconfig
Normal file
31
drivers/net/ethernet/xscale/Kconfig
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#
|
||||||
|
# Intel XScale IXP device configuration
|
||||||
|
#
|
||||||
|
|
||||||
|
config NET_VENDOR_XSCALE
|
||||||
|
bool "Intel XScale IXP devices"
|
||||||
|
depends on NET_VENDOR_INTEL && ((ARM && ARCH_IXP4XX && \
|
||||||
|
IXP4XX_NPE && IXP4XX_QMGR) || ARCH_ENP2611)
|
||||||
|
---help---
|
||||||
|
If you have a network (Ethernet) card belonging to this class, say Y
|
||||||
|
and read the Ethernet-HOWTO, available from
|
||||||
|
<http://www.tldp.org/docs.html#howto>.
|
||||||
|
|
||||||
|
Note that the answer to this question does not directly affect the
|
||||||
|
kernel: saying N will just cause the configurator to skip all
|
||||||
|
the questions about XSacle IXP devices. If you say Y, you will be
|
||||||
|
asked for your specific card in the following questions.
|
||||||
|
|
||||||
|
if NET_VENDOR_XSCALE
|
||||||
|
|
||||||
|
config IXP4XX_ETH
|
||||||
|
tristate "Intel IXP4xx Ethernet support"
|
||||||
|
depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
|
||||||
|
select PHYLIB
|
||||||
|
---help---
|
||||||
|
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
|
6
drivers/net/ethernet/xscale/Makefile
Normal file
6
drivers/net/ethernet/xscale/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# Makefile for the Intel XScale IXP device drivers.
|
||||||
|
#
|
||||||
|
|
||||||
|
obj-$(CONFIG_ENP2611_MSF_NET) += ixp2000/
|
||||||
|
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o
|
@ -1,6 +1,6 @@
|
|||||||
config ENP2611_MSF_NET
|
config ENP2611_MSF_NET
|
||||||
tristate "Radisys ENP2611 MSF network interface support"
|
tristate "Radisys ENP2611 MSF network interface support"
|
||||||
depends on ARCH_ENP2611
|
depends on ARCH_ENP2611
|
||||||
help
|
---help---
|
||||||
This is a driver for the MSF network interface unit in
|
This is a driver for the MSF network interface unit in
|
||||||
the IXP2400 on the Radisys ENP2611 platform.
|
the IXP2400 on the Radisys ENP2611 platform.
|
Loading…
Reference in New Issue
Block a user