From: Marek Vasut <ma...@denx.de> Date: Fri, 26 Jul 2019 18:23:07 +0200
> @@ -77,6 +77,13 @@ config NET_DSA_TAG_KSZ_COMMON > tristate > default n > > +config NET_DSA_TAG_KSZ8795 > + tristate "Tag driver for Microchip 8795 family of switches" > + select NET_DSA_TAG_KSZ_COMMON > + help > + Say Y if you want to enable support for tagging frames for the > + Microchip 8795 family of switches. This Kconfig knob doesn't control the inclusion of code at all. It's only use is in patch #3 where it is selected for the new NET_DSA_MICROCHIP_KSZ8795. Therefore it isn't doing anything. So please either make it control code inclusion or remove it. Thank you.