summaryrefslogtreecommitdiffstats
path: root/net/dsa/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert2017-04-18 10:48:24 +0200
committerDavid S. Miller2017-04-20 19:48:54 +0200
commite8fe177a62feaf576cd9869d9bfedf9c9574bb12 (patch)
tree1a810507e31bc391445d12e85b45261ae1cc5776 /net/dsa/Makefile
parentnet/mlx4: suppress 'may be used uninitialized' warning (diff)
downloadkernel-qcow2-linux-e8fe177a62feaf576cd9869d9bfedf9c9574bb12.tar.gz
kernel-qcow2-linux-e8fe177a62feaf576cd9869d9bfedf9c9574bb12.tar.xz
kernel-qcow2-linux-e8fe177a62feaf576cd9869d9bfedf9c9574bb12.zip
net: dsa: add support for the SMSC-LAN9303 tagging format
To define the outgoing port and to discover the incoming port a regular VLAN tag is used by the LAN9303. But its VID meaning is 'special'. This tag handler/filter depends on some hardware features which must be enabled in the device to provide and make use of this special VLAN tag to control the destination and the source of an ethernet packet. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r--net/dsa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile
index 11a082d7e103..0b747d75e65a 100644
--- a/net/dsa/Makefile
+++ b/net/dsa/Makefile
@@ -9,3 +9,4 @@ dsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o
dsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o
dsa_core-$(CONFIG_NET_DSA_TAG_QCA) += tag_qca.o
dsa_core-$(CONFIG_NET_DSA_TAG_MTK) += tag_mtk.o
+dsa_core-$(CONFIG_NET_DSA_TAG_LAN9303) += tag_lan9303.o