diff options
author | huangdaode <huangdaode@hisilicon.com> | 2015-09-17 14:51:47 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-20 21:42:57 -0700 |
commit | 5b904d39406a61c056c3fe1b45867f0161827ef1 (patch) | |
tree | a8c542a6eeebb6bb4fe576dfe542c28f683bb6ca /drivers/net/ethernet/hisilicon/Makefile | |
parent | fc7e37c6b2704fb0360f7ecf747d5d3012ef9632 (diff) | |
download | linux-5b904d39406a61c056c3fe1b45867f0161827ef1.tar.bz2 |
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/Makefile | 3 |
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 |