bool "Ethernet support"
        depends on ETRAX_ARCH_V10
        select NET_ETHERNET
+       select NET_CORE
        select MII
        help
          This option enables the ETRAX 100LX built-in 10/100Mbit Ethernet
 
        bool "Ethernet support"
        depends on ETRAX_ARCH_V32
        select NET_ETHERNET
+       select NET_CORE
        select MII
        help
          This option enables the ETRAX FS built-in 10/100Mbit Ethernet
 
 config VORTEX
        tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
        depends on (PCI || EISA)
+       select NET_CORE
        select MII
        ---help---
          This option enables driver support for a large number of 10Mbps and
 
        tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver supports the PCI-Express gigabit ethernet adapters
        tristate "Myson MTD-8xx PCI Ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Say Y here to support the Myson MTD-800 family of PCI-based Ethernet
 
 config NET_NETX
        tristate "NetX Ethernet support"
+       select NET_CORE
        select MII
        depends on ARCH_NETX
        ---help---
 config ETHOC
        tristate "OpenCores 10/100 Mbps Ethernet MAC support"
        depends on HAS_IOMEM && HAS_DMA
+       select NET_CORE
        select MII
        select PHYLIB
        select CRC32
 
        tristate "Adaptec Starfire/DuraLAN support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
 
        tristate "Blackfin on-chip MAC support"
        depends on (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
        select CRC32
+       select NET_CORE
        select MII
        select PHYLIB
        select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
 
        tristate "AMD 8111 (new PCI LANCE) support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          If you have an AMD 8111-based PCI LANCE ethernet card,
        tristate "AMD PCnet32 PCI support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
 
        tristate "Atheros L2 Fast Ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver supports the Atheros L2 fast ethernet adapter.
        tristate "Atheros/Attansic L1 Gigabit Ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver supports the Atheros/Attansic L1 gigabit ethernet
        tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
        depends on PCI && EXPERIMENTAL
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver supports the Atheros L1E gigabit ethernet adapter.
        tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
        depends on PCI && EXPERIMENTAL
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver supports the Atheros L1C gigabit ethernet adapter.
 
        tristate "Broadcom 440x/47xx ethernet support"
        depends on SSB_POSSIBLE && HAS_DMA
        select SSB
+       select NET_CORE
        select MII
        ---help---
          If you have a network (Ethernet) controller of this type, say Y
 config BCM63XX_ENET
        tristate "Broadcom 63xx internal mac support"
        depends on BCM63XX
+       select NET_CORE
        select MII
        select PHYLIB
        help
 
 config ARM_AT91_ETHER
        tristate "AT91RM9200 Ethernet support"
        depends on ARM && ARCH_AT91RM9200
+       select NET_CORE
        select MII
        ---help---
          If you wish to compile a kernel for the AT91RM9200 and enable
 
 config EP93XX_ETH
        tristate "EP93xx Ethernet support"
        depends on ARM && ARCH_EP93XX
+       select NET_CORE
        select MII
        help
          This is a driver for the ethernet hardware included in EP93xx CPUs.
 
        tristate "DM9000 support"
        depends on ARM || BLACKFIN || MIPS
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Support for DM9000 chipset.
 
        tristate "Winbond W89c840 Ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver is for the Winbond W89c840 chip.  It also works with 
 
        tristate "Sundance Alta support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver is for the Sundance "Alta" chip.
 
 config FTMAC100
        tristate "Faraday FTMAC100 10/100 Ethernet support"
        depends on ARM
+       select NET_CORE
        select MII
        ---help---
          This driver supports the FTMAC100 10/100 Ethernet controller
 
 config FS_ENET
        tristate "Freescale Ethernet Driver"
        depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)
+       select NET_CORE
        select MII
        select PHYLIB
 
 
 config IP1000
        tristate "IP1000 Gigabit Ethernet support"
        depends on PCI && EXPERIMENTAL
+       select NET_CORE
        select MII
        ---help---
          This driver supports IP1000 gigabit Ethernet cards.
 
 config E100
        tristate "Intel(R) PRO/100+ support"
        depends on PCI
+       select NET_CORE
        select MII
        ---help---
          This driver supports Intel(R) PRO/100 family of adapters.
 
 config ARM_KS8695_ETHER
        tristate "KS8695 Ethernet support"
        depends on ARM && ARCH_KS8695
+       select NET_CORE
        select MII
        ---help---
          If you wish to compile a kernel for the KS8695 and want to
 config KS8851
        tristate "Micrel KS8851 SPI"
        depends on SPI
+       select NET_CORE
        select MII
        select CRC32
        ---help---
 config KS8851_MLL
        tristate "Micrel KS8851 MLL"
        depends on HAS_IOMEM
+       select NET_CORE
        select MII
        ---help---
          This platform driver is for Micrel KS8851 Address/data bus
 config KSZ884X_PCI
        tristate "Micrel KSZ8841/2 PCI"
        depends on PCI
+       select NET_CORE
        select MII
        select CRC32
        ---help---
 
        tristate "Nuvoton w90p910 Ethernet support"
        depends on ARM && ARCH_W90X900
        select PHYLIB
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you want to use built-in Ethernet ports
 
 config PCH_GBE
        tristate "OKI SEMICONDUCTOR ML7223 IOH GbE (Intel EG20T PCH)"
        depends on PCI
+       select NET_CORE
        select MII
        ---help---
          This is a gigabit ethernet driver for EG20T PCH.
 
 config HAMACHI
        tristate "Packet Engines Hamachi GNIC-II support"
        depends on PCI
+       select NET_CORE
        select MII
        ---help---
          If you have a Gigabit Ethernet card of this type, say Y and read
 
        tristate "RDC R6040 Fast Ethernet Adapter support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        select PHYLIB
        ---help---
 
        tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"
        depends on PCI && EXPERIMENTAL
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This is a driver for the Fast Ethernet PCI network cards based on
        tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This is a driver for the Fast Ethernet PCI network cards based on
        depends on PCI
        select FW_LOADER
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
 
                 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
                 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
        select CRC32
+       select NET_CORE
        select MII
        select MDIO_BITBANG
        select PHYLIB
 
        bool "SGI IOC3 Ethernet"
        depends on PCI && SGI_IP27
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          If you have a network (Ethernet) card of this type, say Y and read
 
        tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This is a driver for the Fast Ethernet PCI network cards based on
        tristate "SiS190/SiS191 gigabit ethernet support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
 
 config SMC91X
        tristate "SMC 91C9x/91C1xxx support"
        select CRC32
+       select NET_CORE
        select MII
        depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
                    MN10300 || COLDFIRE)
        tristate "SMC 91Cxx PCMCIA support"
        depends on PCMCIA
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
        tristate "SMC EtherPower II"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
 config SMC911X
        tristate "SMSC LAN911[5678] support"
        select CRC32
+       select NET_CORE
        select MII
        depends on (ARM || SUPERH || MN10300)
        ---help---
        tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
        depends on (ARM || SUPERH || BLACKFIN || MIPS || MN10300)
        select CRC32
+       select NET_CORE
        select MII
        select PHYLIB
        ---help---
 
 config STMMAC_ETH
        tristate "STMicroelectronics 10/100/1000 Ethernet driver"
        depends on HAS_IOMEM
+       select NET_CORE
        select MII
        select PHYLIB
        select CRC32
 
        tristate "VIA Rhine support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
        depends on PCI
        select CRC32
        select CRC_CCITT
+       select NET_CORE
        select MII
        ---help---
          If you have a VIA "Velocity" based network card say Y here.
 
 
 config USB_PEGASUS
        tristate "USB Pegasus/Pegasus-II based ethernet device support"
+       select NET_CORE
        select MII
        ---help---
          Say Y here if you know you have Pegasus or Pegasus-II based adapter.
 config USB_RTL8150
        tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)"
        depends on EXPERIMENTAL
+       select NET_CORE
        select MII
        help
          Say Y here if you have RTL8150 based usb-ethernet adapter.
 
 config USB_USBNET
        tristate "Multi-purpose USB Networking Framework"
+       select NET_CORE
        select MII
        ---help---
          This driver supports several kinds of network links over USB,