aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/Makefile
diff options
context:
space:
mode:
authorhuangdaode <huangdaode@hisilicon.com>2015-09-17 14:51:47 +0800
committerDavid S. Miller <davem@davemloft.net>2015-09-20 21:42:57 -0700
commit5b904d39406a61c056c3fe1b45867f0161827ef1 (patch)
treea8c542a6eeebb6bb4fe576dfe542c28f683bb6ca /drivers/net/ethernet/hisilicon/Makefile
parentnet: add Hisilicon Network Subsystem support (config and documents) (diff)
downloadlinux-dev-5b904d39406a61c056c3fe1b45867f0161827ef1.tar.xz
linux-dev-5b904d39406a61c056c3fe1b45867f0161827ef1.zip
net: add Hisilicon Network Subsystem MDIO support
The MDIO support for Hisilicon Network Subsystem. It is used in Hislicon hip04, hip05 and Hi1610 SoC to control the external PHY Signed-off-by: huangdaode <huangdaode@hisilicon.com> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com> Signed-off-by: Kenneth Lee <liguozhu@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/Makefile')
-rw-r--r--drivers/net/ethernet/hisilicon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/Makefile b/drivers/net/ethernet/hisilicon/Makefile
index 6c14540a4dc5..04b4b2177ff4 100644
--- a/drivers/net/ethernet/hisilicon/Makefile
+++ b/drivers/net/ethernet/hisilicon/Makefile
@@ -3,4 +3,5 @@
#
obj-$(CONFIG_HIX5HD2_GMAC) += hix5hd2_gmac.o
-obj-$(CONFIG_HIP04_ETH) += hip04_mdio.o hip04_eth.o
+obj-$(CONFIG_HIP04_ETH) += hip04_eth.o
+obj-$(CONFIG_HNS_MDIO) += hns_mdio.o