kernel: b53: add Register Access Bridge Registers (SRAB) interface
[openwrt/staging/wigyori.git] / target / linux / bcm53xx / patches-3.10 / 201-bgmac-add-dependency-to-phylib.patch
1 bgmac: add dependency to phylib
2
3 bgmac is using functions from phylib, add the dependency.
4
5 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
6 ---
7 drivers/net/ethernet/broadcom/Kconfig | 1 +
8 1 file changed, 1 insertion(+)
9
10 --- a/drivers/net/ethernet/broadcom/Kconfig
11 +++ b/drivers/net/ethernet/broadcom/Kconfig
12 @@ -133,6 +133,7 @@ config BNX2X_SRIOV
13 config BGMAC
14 tristate "BCMA bus GBit core support"
15 depends on BCMA_HOST_SOC && HAS_DMA
16 + select PHYLIB
17 ---help---
18 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
19 They can be found on BCM47xx SoCs and provide gigabit ethernet.