diff options
author | Dongpo Li <lidongpo@hisilicon.com> | 2016-07-15 10:26:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-17 06:32:58 +0200 |
commit | 4960e4b1e69908ee70c716755a9415079e0d554f (patch) | |
tree | 225625f96708e326bba595498f68cdad11bca038 /drivers/net/phy/Makefile | |
parent | net: cpsw: make TI_CPSW_PHY_SEL invisible (diff) | |
download | linux-4960e4b1e69908ee70c716755a9415079e0d554f.tar.xz linux-4960e4b1e69908ee70c716755a9415079e0d554f.zip |
net: Add MDIO bus driver for the Hisilicon FEMAC
This patch adds a separate driver for the MDIO interface of the
Hisilicon Fast Ethernet MAC.
Signed-off-by: Dongpo Li <lidongpo@hisilicon.com>
Reviewed-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 7158274327d0..19e38a97963a 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -47,3 +47,4 @@ obj-$(CONFIG_MDIO_BCM_UNIMAC) += mdio-bcm-unimac.o obj-$(CONFIG_MICROCHIP_PHY) += microchip.o obj-$(CONFIG_MDIO_BCM_IPROC) += mdio-bcm-iproc.o obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o +obj-$(CONFIG_MDIO_HISI_FEMAC) += mdio-hisi-femac.o |