aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sgi
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2013-06-17 22:24:51 -0400
committerDavid S. Miller <davem@davemloft.net>2013-06-20 01:22:56 -0400
commita1606c7dc64d8449676d7e840dd2cd0c4e0a0c57 (patch)
tree1026363bee80f664e432a4187c3bd9759a97030e /drivers/net/ethernet/sgi
parent9ef71e0c820987c899e454e2e7ef94bc2d4c8d04 (diff)
net: Move MII out from under NET_CORE and hide it
All drivers that select MII also need to select NET_CORE because MII depends on it. This is a bit ridiculous because NET_CORE is just a menu option that doesn't enable any code by itself. There is also no need for it to be a visible option, since its users all select it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sgi')
-rw-r--r--drivers/net/ethernet/sgi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sgi/Kconfig b/drivers/net/ethernet/sgi/Kconfig
index c1c4bb868a3b..e832f46660c9 100644
--- a/drivers/net/ethernet/sgi/Kconfig
+++ b/drivers/net/ethernet/sgi/Kconfig
@@ -22,7 +22,6 @@ config SGI_IOC3_ETH
22 bool "SGI IOC3 Ethernet" 22 bool "SGI IOC3 Ethernet"
23 depends on PCI && SGI_IP27 23 depends on PCI && SGI_IP27
24 select CRC32 24 select CRC32
25 select NET_CORE
26 select MII 25 select MII
27 ---help--- 26 ---help---
28 If you have a network (Ethernet) card of this type, say Y and read 27 If you have a network (Ethernet) card of this type, say Y and read