MII: fix Kconfig dependencies for MII
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 14 Sep 2011 21:23:14 +0000 (21:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Sep 2011 19:49:08 +0000 (15:49 -0400)
MII Kconfig option is apart of the core networking drivers and
by default NET_CORE is enabled so drivers selecting MII will
have MII enabled as well.  It was found using the randconfig
option during testing, MII would be selected but NET_CORE
could be disabled.  This caused a dependency error.

Resolved the dependency by selecting NET_CORE when MII is
selected.

Reported-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
31 files changed:
arch/cris/arch-v10/drivers/Kconfig
arch/cris/arch-v32/drivers/Kconfig
drivers/net/ethernet/3com/Kconfig
drivers/net/ethernet/Kconfig
drivers/net/ethernet/adaptec/Kconfig
drivers/net/ethernet/adi/Kconfig
drivers/net/ethernet/amd/Kconfig
drivers/net/ethernet/atheros/Kconfig
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/cadence/Kconfig
drivers/net/ethernet/cirrus/Kconfig
drivers/net/ethernet/davicom/Kconfig
drivers/net/ethernet/dec/tulip/Kconfig
drivers/net/ethernet/dlink/Kconfig
drivers/net/ethernet/faraday/Kconfig
drivers/net/ethernet/freescale/fs_enet/Kconfig
drivers/net/ethernet/icplus/Kconfig
drivers/net/ethernet/intel/Kconfig
drivers/net/ethernet/micrel/Kconfig
drivers/net/ethernet/nuvoton/Kconfig
drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
drivers/net/ethernet/packetengines/Kconfig
drivers/net/ethernet/rdc/Kconfig
drivers/net/ethernet/realtek/Kconfig
drivers/net/ethernet/renesas/Kconfig
drivers/net/ethernet/sgi/Kconfig
drivers/net/ethernet/sis/Kconfig
drivers/net/ethernet/smsc/Kconfig
drivers/net/ethernet/stmicro/stmmac/Kconfig
drivers/net/ethernet/via/Kconfig
drivers/net/usb/Kconfig

index 0d722177992389a5cb257afc302b1d9d1377ccb2..32d90867a9841098177b1fd5969af784ef88ac19 100644 (file)
@@ -4,6 +4,7 @@ config ETRAX_ETHERNET
        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
index 41a2732e8b9c406f664d93ce065eff6e646d2487..e47e9c3401b08bbbde729c13e626b9a91823ec18 100644 (file)
@@ -4,6 +4,7 @@ config ETRAX_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
index a439cbdda3b9bc3db0361358283e2c3ac5cdcb53..a8bb30cf512dcbe8e0f8c7e58081e42ff6a6a817 100644 (file)
@@ -81,6 +81,7 @@ config PCMCIA_3C589
 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
index 1f647471e651c7de74338325f2d4eb302762de4b..6dff5a0e733f6f56246569f41094f1ceca88a4f5 100644 (file)
@@ -62,6 +62,7 @@ config JME
        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
@@ -102,6 +103,7 @@ config FEALNX
        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
@@ -112,6 +114,7 @@ source "drivers/net/ethernet/8390/Kconfig"
 
 config NET_NETX
        tristate "NetX Ethernet support"
+       select NET_CORE
        select MII
        depends on ARCH_NETX
        ---help---
@@ -128,6 +131,7 @@ source "drivers/net/ethernet/oki-semi/Kconfig"
 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
index 5c804bbe3dabdeebc6dc16870e5f0b3177ed8246..0bff571b1bb3887dabf6516cbcb321b0f10dde90 100644 (file)
@@ -22,6 +22,7 @@ config ADAPTEC_STARFIRE
        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
index 6de9851045cb4d0961c9ed9bd7bba871ace5237b..49a30d37ae4a93cf2c84f1e733093722f0799405 100644 (file)
@@ -23,6 +23,7 @@ config BFIN_MAC
        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
index 8af1c934dbd58b375cbef687dbd494e335f1da75..238b537b68fe27349ffdfaa4a6c6fc316bea18f5 100644 (file)
@@ -34,6 +34,7 @@ config AMD8111_ETH
        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,
@@ -59,6 +60,7 @@ config PCNET32
        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,
index 26ab8cae28b5c02f5b4db9517b292126a7b8ecc0..1ed886d421f8ad8c24d028a3e66c460fa62caa36 100644 (file)
@@ -22,6 +22,7 @@ config ATL2
        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.
@@ -33,6 +34,7 @@ config ATL1
        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
@@ -45,6 +47,7 @@ config ATL1E
        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.
@@ -56,6 +59,7 @@ config ATL1C
        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.
index d82ad221ebd45366d9e08dfef9a464cfe9e63bf6..f15e72e81ac4db2c1fa623c8f09a9820e59e9408 100644 (file)
@@ -22,6 +22,7 @@ config B44
        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
@@ -53,6 +54,7 @@ config B44_PCI
 config BCM63XX_ENET
        tristate "Broadcom 63xx internal mac support"
        depends on BCM63XX
+       select NET_CORE
        select MII
        select PHYLIB
        help
index c00e706ab58aadf70e76fe3a14694f6121753403..98849a1fc749995070dadd607175f55ef89d2fa0 100644 (file)
@@ -25,6 +25,7 @@ if NET_ATMEL
 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
index e0cacf662914f552de27059a8ddb8f1bb436a6c9..e9386ef524aac19c8b9c11bd81061a4aec598c1a 100644 (file)
@@ -21,6 +21,7 @@ if NET_VENDOR_CIRRUS
 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.
index 73c5d2080f24cb6eb5336b86ae2be23f834da34d..972b62b318377a8236799a4561a1c9b6d0a844e7 100644 (file)
@@ -6,6 +6,7 @@ config DM9000
        tristate "DM9000 support"
        depends on ARM || BLACKFIN || MIPS
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          Support for DM9000 chipset.
index f6af772b12c904913660b392e069705c31732aa6..1203be0436e20a9851579dd7353bc61b08defd50 100644 (file)
@@ -125,6 +125,7 @@ config WINBOND_840
        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 
index 84a28a6681627648337e968c531fd3e476cb1151..b5afe218c31be3644df3c7c527a3a574b45e8320 100644 (file)
@@ -66,6 +66,7 @@ config SUNDANCE
        tristate "Sundance Alta support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        ---help---
          This driver is for the Sundance "Alta" chip.
index 5918c68916946acc9cf14202b0e28d823a7515c3..b8974b9e3b479cd90b90bff7235245629ab59635 100644 (file)
@@ -21,6 +21,7 @@ if NET_VENDOR_FARADAY
 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
index be92229f2c2a52f447c96a086e4683cc0c341e68..268414d9f2cbfc84272ed6184ea34ab211cdc537 100644 (file)
@@ -1,6 +1,7 @@
 config FS_ENET
        tristate "Freescale Ethernet Driver"
        depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)
+       select NET_CORE
        select MII
        select PHYLIB
 
index e888222762694296094131d9d2cc61f544ab6799..3aff81d7989fca246fb0b1c6dc75675a7a892511 100644 (file)
@@ -5,6 +5,7 @@
 config IP1000
        tristate "IP1000 Gigabit Ethernet support"
        depends on PCI && EXPERIMENTAL
+       select NET_CORE
        select MII
        ---help---
          This driver supports IP1000 gigabit Ethernet cards.
index 4a98e83812b75c83c6150c20181af9dc9cfe1381..61029dc7fa6f82534641e03c2d432466a8a76165 100644 (file)
@@ -21,6 +21,7 @@ if NET_VENDOR_INTEL
 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.
index bd090dbe3ad6fc6d86aa76e720764f5ee782a51c..d10c2e15f4ed026aacdd101dd5bd82dbba985e01 100644 (file)
@@ -22,6 +22,7 @@ if NET_VENDOR_MICREL
 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
@@ -38,6 +39,7 @@ config KS8842
 config KS8851
        tristate "Micrel KS8851 SPI"
        depends on SPI
+       select NET_CORE
        select MII
        select CRC32
        ---help---
@@ -46,6 +48,7 @@ config KS8851
 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
@@ -54,6 +57,7 @@ config KS8851_MLL
 config KSZ884X_PCI
        tristate "Micrel KSZ8841/2 PCI"
        depends on PCI
+       select NET_CORE
        select MII
        select CRC32
        ---help---
index 01182b559473cc4812909bccdcbf78cb81de08ce..334c17183095eda5ff5d0775171ecf0a46636c5a 100644 (file)
@@ -22,6 +22,7 @@ config W90P910_ETH
        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
index c85709d6ff1b7b7633a31e2aea241a954045d518..7efa624272356a784b8c0372a2d2262fb4095ee0 100644 (file)
@@ -5,6 +5,7 @@
 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.
index 4add1db20f1eaa3c58d059d22fa39455e329e31a..b97132d9dff0c09fdd804ad63335e10a8225343d 100644 (file)
@@ -20,6 +20,7 @@ if NET_PACKET_ENGINE
 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
index 2055f7eb2ba94f6855a37bf8a613dd77e75a757e..c8ba4b3494c17181e507af32cfcd722c1da28c68 100644 (file)
@@ -22,6 +22,7 @@ config R6040
        tristate "RDC R6040 Fast Ethernet Adapter support"
        depends on PCI
        select CRC32
+       select NET_CORE
        select MII
        select PHYLIB
        ---help---
index d8df67ac51b9d8bf3eb99f64f96c39e12d3952d8..84083ec6e612774c1c026c48295e216db85a3bf6 100644 (file)
@@ -37,6 +37,7 @@ config 8139CP
        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
@@ -51,6 +52,7 @@ config 8139TOO
        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
@@ -105,6 +107,7 @@ config R8169
        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.
index f57ae230817b217c784895691fb1dfadd28470c7..9755b49bbefb209d26ec17066ae7eebcee7fdd00 100644 (file)
@@ -9,6 +9,7 @@ config SH_ETH
                 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
                 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
        select CRC32
+       select NET_CORE
        select MII
        select MDIO_BITBANG
        select PHYLIB
index e832f46660c9edab927d7d335cd6be6a6ff7d989..c1c4bb868a3b06ba23faf5ec7dcd80d06034ed79 100644 (file)
@@ -22,6 +22,7 @@ config SGI_IOC3_ETH
        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
index 68d052b09af1e1ee9950f3b2e0944aca7a8e86c3..f1135cc1bd48abd5b60714c459922df7f762f06a 100644 (file)
@@ -22,6 +22,7 @@ config SIS900
        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
@@ -38,6 +39,7 @@ config SIS190
        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
index f9619285b5ef20a88d54431da5434b3edf2fc893..1854c88dfb92115c5556be3947882a36f5aa7464 100644 (file)
@@ -37,6 +37,7 @@ config SMC9194
 config SMC91X
        tristate "SMC 91C9x/91C1xxx support"
        select CRC32
+       select NET_CORE
        select MII
        depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
                    MN10300 || COLDFIRE)
@@ -56,6 +57,7 @@ config PCMCIA_SMC91C92
        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
@@ -68,6 +70,7 @@ config EPIC100
        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,
@@ -78,6 +81,7 @@ config EPIC100
 config SMC911X
        tristate "SMSC LAN911[5678] support"
        select CRC32
+       select NET_CORE
        select MII
        depends on (ARM || SUPERH || MN10300)
        ---help---
@@ -95,6 +99,7 @@ config SMSC911X
        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---
index 2e35be7ccfaeada23702fa16dd9852cae9ea5860..8cd9ddec05a0cb9749338ae3b6e9fce251c7a923 100644 (file)
@@ -1,6 +1,7 @@
 config STMMAC_ETH
        tristate "STMicroelectronics 10/100/1000 Ethernet driver"
        depends on HAS_IOMEM
+       select NET_CORE
        select MII
        select PHYLIB
        select CRC32
index e5d82a53ea57af5ac68e1ac42a67cf54e02eec72..68a9ba66feba866f2da80d39f34eed63fc8082ca 100644 (file)
@@ -22,6 +22,7 @@ config VIA_RHINE
        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),
@@ -47,6 +48,7 @@ config VIA_VELOCITY
        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.
index 84d4608153c992556a2d14a4a6bab37160abbf1b..23357612793486a2929e4c6030a9d4afb42b9bf4 100644 (file)
@@ -68,6 +68,7 @@ config USB_KAWETH
 
 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.
@@ -84,6 +85,7 @@ config USB_PEGASUS
 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.
@@ -95,6 +97,7 @@ config USB_RTL8150
 
 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,