summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli2017-07-31 21:04:26 +0200
committerDavid S. Miller2017-07-31 23:40:58 +0200
commit9a4e79697009ddd0d1af52053c830f6e60e1c771 (patch)
tree5c3f899c534675175b40ed85ec233c1d18fdbbfa /drivers/net/ethernet/broadcom/Kconfig
parentnet: phy: mdio-bcm-unimac: Allow specifying platform data (diff)
downloadkernel-qcow2-linux-9a4e79697009ddd0d1af52053c830f6e60e1c771.tar.gz
kernel-qcow2-linux-9a4e79697009ddd0d1af52053c830f6e60e1c771.tar.xz
kernel-qcow2-linux-9a4e79697009ddd0d1af52053c830f6e60e1c771.zip
net: bcmgenet: utilize generic Broadcom UniMAC MDIO controller driver
Update the GENET driver to register an UniMAC MDIO bus controller for the GENET internal MDIO bus, update the platform data code to attach the PHY to the correct MDIO bus controller. The Device Tree portion of the code is mostly left unmodified since the lookup/binding is done via phandles and Device Tree nodes which are much more flexible in locating and binding PHYs to their respective MDIO bus controllers. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/Kconfig')
-rw-r--r--drivers/net/ethernet/broadcom/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig
index 285f8bc25682..ec7a798c6bd1 100644
--- a/drivers/net/ethernet/broadcom/Kconfig
+++ b/drivers/net/ethernet/broadcom/Kconfig
@@ -65,6 +65,7 @@ config BCMGENET
select PHYLIB
select FIXED_PHY
select BCM7XXX_PHY
+ select MDIO_BCM_UNIMAC
help
This driver supports the built-in Ethernet MACs found in the
Broadcom BCM7xxx Set Top Box family chipset.