linux/drivers/net/ethernet/stmicro/stmmac
Jeff Kirsher aaba215ca0 MII: fix Kconfig dependencies for MII
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>
2011-09-15 15:49:08 -04:00
..
Kconfig MII: fix Kconfig dependencies for MII 2011-09-15 15:49:08 -04:00
Makefile stmmac: add MMC support exported via ethtool (v3) 2011-09-15 15:40:01 -04:00
common.h stmmac: add HW DMA feature register (v3) 2011-09-15 15:40:01 -04:00
descs.h
dwmac100.h
dwmac100_core.c stmmac: rework the code to get the Synopsys ID (v3) 2011-09-15 15:40:01 -04:00
dwmac100_dma.c
dwmac1000.h
dwmac1000_core.c stmmac: rework the code to get the Synopsys ID (v3) 2011-09-15 15:40:01 -04:00
dwmac1000_dma.c stmmac: add HW DMA feature register (v3) 2011-09-15 15:40:01 -04:00
dwmac_dma.h stmmac: add HW DMA feature register (v3) 2011-09-15 15:40:01 -04:00
dwmac_lib.c
enh_desc.c
mmc.h stmmac: add MMC support exported via ethtool (v3) 2011-09-15 15:40:01 -04:00
mmc_core.c stmmac: add MMC support exported via ethtool (v3) 2011-09-15 15:40:01 -04:00
norm_desc.c
stmmac.h stmmac: update the driver version (Aug_2011) (v3) 2011-09-15 15:40:01 -04:00
stmmac_ethtool.c stmmac: add MMC support exported via ethtool (v3) 2011-09-15 15:40:01 -04:00
stmmac_main.c stmmac: add HW DMA feature register (v3) 2011-09-15 15:40:01 -04:00
stmmac_mdio.c
stmmac_timer.c
stmmac_timer.h