bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-3.10 / 0016-bgmac-bgmac-depends-on-phylib.patch
1 From 0cf467765b64f6dc60f95c890cdb1641ae1d9390 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Wed, 10 Jul 2013 17:54:33 +0200
4 Subject: [PATCH 16/17] bgmac: bgmac depends on phylib
5
6 bgmac is using functions from phylib, add the dependency.
7
8 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 ---
10 drivers/net/ethernet/broadcom/Kconfig | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- a/drivers/net/ethernet/broadcom/Kconfig
14 +++ b/drivers/net/ethernet/broadcom/Kconfig
15 @@ -133,6 +133,7 @@ config BNX2X_SRIOV
16 config BGMAC
17 tristate "BCMA bus GBit core support"
18 depends on BCMA_HOST_SOC && HAS_DMA
19 + select PHYLIB
20 ---help---
21 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
22 They can be found on BCM47xx SoCs and provide gigabit ethernet.