net: mscc: ocelot: select PACKING in the Kconfig
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 17 Feb 2021 20:33:48 +0000 (22:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2021 21:16:29 +0000 (13:16 -0800)
commit597565556581d59641c0be50acaae87f7391a91b
tree7d5e663cd9bd76a28be478b9c3d697a250ff2ca8
parentb646acd5eb48ec49ef90404336d7e8ee502ecd05
net: mscc: ocelot: select PACKING in the Kconfig

Ocelot now uses include/linux/dsa/ocelot.h which makes use of
CONFIG_PACKING to pack/unpack bits into the Injection/Extraction Frame
Headers. So it needs to explicitly select it, otherwise there might be
build errors due to the missing dependency.

Fixes: 40d3f295b5fe ("net: mscc: ocelot: use common tag parsing code with DSA")
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/Kconfig