projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a82dd
)
bgmac: add dependency to phylib
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 15 Jul 2013 11:26:27 +0000
(13:26 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/Kconfig
b/drivers/net/ethernet/broadcom/Kconfig
index
1d680ba
..
52c9603
100644
(file)
--- a/
drivers/net/ethernet/broadcom/Kconfig
+++ b/
drivers/net/ethernet/broadcom/Kconfig
@@
-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.