diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-15 07:26:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-16 15:34:19 -0400 |
commit | 31bd29776b8575b8cf7c25bbf7496a460278dc83 (patch) | |
tree | 786980f6ec9f09fada80eb82cfe68abaa4d5f7b4 /drivers/net | |
parent | b6a82dd233cabcc1517c0744d7a8f0b61f559caf (diff) |
bgmac: add dependency to phylib
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/broadcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index 1d680baf43d6..52c96036dcc4 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig | |||
@@ -131,6 +131,7 @@ config BNX2X_SRIOV | |||
131 | config BGMAC | 131 | config BGMAC |
132 | tristate "BCMA bus GBit core support" | 132 | tristate "BCMA bus GBit core support" |
133 | depends on BCMA_HOST_SOC && HAS_DMA | 133 | depends on BCMA_HOST_SOC && HAS_DMA |
134 | select PHYLIB | ||
134 | ---help--- | 135 | ---help--- |
135 | This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. | 136 | This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. |
136 | They can be found on BCM47xx SoCs and provide gigabit ethernet. | 137 | They can be found on BCM47xx SoCs and provide gigabit ethernet. |