]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bgmac: add dependency to phylib
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 15 Jul 2013 11:26:27 +0000 (13:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jul 2013 19:34:19 +0000 (12:34 -0700)
bgmac is using functions from phylib, add the dependency.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig

index 1d680baf43d620d2064395750a8ce545b2803126..52c96036dcc41ca5174f97b52c633126c8aea3cf 100644 (file)
@@ -131,6 +131,7 @@ config BNX2X_SRIOV
 config BGMAC
        tristate "BCMA bus GBit core support"
        depends on BCMA_HOST_SOC && HAS_DMA
+       select PHYLIB
        ---help---
          This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
          They can be found on BCM47xx SoCs and provide gigabit ethernet.