aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 02:06:28 -0400
committerDavid S. Miller <davem@davemloft.net>2011-08-12 02:06:28 -0400
commit5ff2241dd42ade03572753f9ed7743719b47c474 (patch)
tree3e4d2fbf7e4bbb7de3675800856572e93a67a703 /drivers/net/ethernet/sun/Kconfig
parentaf3dcd2f449b7243a4c7b987125ffc40fad262f0 (diff)
spider_net: fix compile issue introduced by driver move
Both Spider net driver and Sun GEM driver use the sungem_phy.o object. This fix creates a Kconfig object for sungem_phy (like MDIO) so that both drivers require the SUNGEM_PHY object. This has been compile tested for the Sun GEM driver. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sun/Kconfig')
-rw-r--r--drivers/net/ethernet/sun/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sun/Kconfig b/drivers/net/ethernet/sun/Kconfig
index 87b17a7e6dfe..5132fa69047a 100644
--- a/drivers/net/ethernet/sun/Kconfig
+++ b/drivers/net/ethernet/sun/Kconfig
@@ -57,6 +57,7 @@ config SUNGEM
57 tristate "Sun GEM support" 57 tristate "Sun GEM support"
58 depends on PCI 58 depends on PCI
59 select CRC32 59 select CRC32
60 select SUNGEM_PHY
60 ---help--- 61 ---help---
61 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also 62 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
62 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. 63 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.