aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/Makefile
diff options
context:
space:
mode:
authorDongpo Li <lidongpo@hisilicon.com>2016-07-15 16:26:35 +0800
committerDavid S. Miller <davem@davemloft.net>2016-07-16 21:32:58 -0700
commit542ae60af24f02e130e62cb3b7c23163a2350056 (patch)
treebbbaec56e8e29803470a81e869a6fd2ccd9c0762 /drivers/net/ethernet/hisilicon/Makefile
parentof_mdio: Abstract a general interface for phy connect (diff)
downloadlinux-dev-542ae60af24f02e130e62cb3b7c23163a2350056.tar.xz
linux-dev-542ae60af24f02e130e62cb3b7c23163a2350056.zip
net: hisilicon: Add Fast Ethernet MAC driver
This patch adds the Hisilicon Fast Ethernet MAC(FEMAC) driver. The FEMAC supports max speed 100Mbps and has been used in many Hisilicon SoC. Signed-off-by: Dongpo Li <lidongpo@hisilicon.com> Reviewed-by: Jiancheng Xue <xuejiancheng@hisilicon.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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Makefile b/drivers/net/ethernet/hisilicon/Makefile
index 390b71fb3000..8661695024dc 100644
--- a/drivers/net/ethernet/hisilicon/Makefile
+++ b/drivers/net/ethernet/hisilicon/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_HIX5HD2_GMAC) += hix5hd2_gmac.o
obj-$(CONFIG_HIP04_ETH) += hip04_eth.o
obj-$(CONFIG_HNS_MDIO) += hns_mdio.o
obj-$(CONFIG_HNS) += hns/
+obj-$(CONFIG_HISI_FEMAC) += hisi_femac.o