From: Vladimir Oltean Date: Tue, 11 Jun 2019 18:47:45 +0000 (+0300) Subject: net: dsa: tag_sja1105: Select CONFIG_PACKING X-Git-Tag: v5.4-rc1~616^2~261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6358f38c062d791ec1b617738f5c2de54f0ff6db;p=platform%2Fkernel%2Flinux-rpi.git net: dsa: tag_sja1105: Select CONFIG_PACKING The packing facility is needed to decode Ethernet meta frames containing source port and RX timestamping information. The DSA driver selects CONFIG_PACKING, but the tagger did not, and since taggers can be now compiled as modules independently from the drivers themselves, this is an issue now, as CONFIG_PACKING is disabled by default on all architectures. Fixes: e53e18a6fe4d ("net: dsa: sja1105: Receive and decode meta frames") Signed-off-by: Vladimir Oltean Reported-by: Randy Dunlap Acked-by: Randy Dunlap # build-tested Signed-off-by: David S. Miller --- diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index d449f78..6e942dd 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -106,6 +106,7 @@ config NET_DSA_TAG_LAN9303 config NET_DSA_TAG_SJA1105 tristate "Tag driver for NXP SJA1105 switches" select NET_DSA_TAG_8021Q + select PACKING help Say Y or M if you want to enable support for tagging frames with the NXP SJA1105 switch family. Both the native tagging protocol (which