diff options
author | Jie Deng <Jie.Deng1@synopsys.com> | 2017-03-08 14:06:18 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-09 13:29:27 -0800 |
commit | 65e0ace2c5cdd7aa898fea17d6e7bdc909394bf9 (patch) | |
tree | 897ee962340111b59d597a402aa5fb61408660b1 /drivers/net/ethernet/Makefile | |
parent | 24d79ce0dc39390cce85ac954890931309a15b39 (diff) | |
download | linux-next-65e0ace2c5cdd7aa898fea17d6e7bdc909394bf9.tar.gz |
net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet
Synopsys provides a new DesignWare Core Enterprise Ethernet MAC
IP (DWC-XLGMAC) for Ethernet designs. It is compliant with the
IEEE 802.3-2012 specifications, including IEEE 802.3ba and
consortium specifications.
This patch provides the initial 25G/40G/50G/100G Ethernet driver
for Synopsys XLGMAC IP Prototyping Kit.
Signed-off-by: Jie Deng <jiedeng@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/Makefile')
-rw-r--r-- | drivers/net/ethernet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile index 26dce5bf2c18..bf7f4502cabc 100644 --- a/drivers/net/ethernet/Makefile +++ b/drivers/net/ethernet/Makefile @@ -91,3 +91,4 @@ obj-$(CONFIG_NET_VENDOR_VIA) += via/ obj-$(CONFIG_NET_VENDOR_WIZNET) += wiznet/ obj-$(CONFIG_NET_VENDOR_XILINX) += xilinx/ obj-$(CONFIG_NET_VENDOR_XIRCOM) += xircom/ +obj-$(CONFIG_NET_VENDOR_SYNOPSYS) += synopsys/ |