diff mbox series

[net-next] net: mscc: ocelot: select PACKING in the Kconfig

Message ID 20210217203348.563282-1-olteanv@gmail.com (mailing list archive)
State Accepted
Commit 597565556581d59641c0be50acaae87f7391a91b
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: mscc: ocelot: select PACKING in the Kconfig | expand

Checks

Context Check Description
netdev/apply success Patch already applied to net-next
netdev/tree_selection success Clearly marked for net-next

Commit Message

Vladimir Oltean Feb. 17, 2021, 8:33 p.m. UTC
From: Vladimir Oltean <vladimir.oltean@nxp.com>

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>
---
 drivers/net/ethernet/mscc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 17, 2021, 9:20 p.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed, 17 Feb 2021 22:33:48 +0200 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next] net: mscc: ocelot: select PACKING in the Kconfig
    https://git.kernel.org/netdev/net-next/c/597565556581

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/drivers/net/ethernet/mscc/Kconfig b/drivers/net/ethernet/mscc/Kconfig
index ee7bb7e24e8e..c0ede0ca7115 100644
--- a/drivers/net/ethernet/mscc/Kconfig
+++ b/drivers/net/ethernet/mscc/Kconfig
@@ -14,6 +14,7 @@  if NET_VENDOR_MICROSEMI
 # Users should depend on NET_SWITCHDEV, HAS_IOMEM
 config MSCC_OCELOT_SWITCH_LIB
 	select REGMAP_MMIO
+	select PACKING
 	select PHYLIB
 	tristate
 	help