On 10/21/19 10:57 PM, Oleksij Rempel wrote: > Add support for tag format used in Atheros AR9331 build-in switch. built-in > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > include/net/dsa.h | 2 + > net/dsa/Kconfig | 6 +++ > net/dsa/Makefile | 1 + > net/dsa/tag_ar9331.c | 96 ++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 105 insertions(+) > create mode 100644 net/dsa/tag_ar9331.c > > diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig > index 29e2bd5cc5af..617c9607df5f 100644 > --- a/net/dsa/Kconfig > +++ b/net/dsa/Kconfig > @@ -29,6 +29,12 @@ config NET_DSA_TAG_8021Q > > Drivers which use these helpers should select this as dependency. > > +config NET_DSA_TAG_AR9331 > + tristate "Tag driver for Atheros AR9331 SoC with build-in switch" built-in > + help > + Say Y or M if you want to enable support for tagging frames for > + the Atheros AR9331 SoC with build-in switch. built-in > + > config NET_DSA_TAG_BRCM_COMMON > tristate > default n thanks. -- ~Randy