netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: sparx5: fix unmet dependencies warning
@ 2021-07-21 22:33 Randy Dunlap
  2021-07-22  7:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-07-21 22:33 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, Lars Povlsen, Steen Hegelund, UNGLinuxDriver,
	David S. Miller, Jakub Kicinski

WARNING: unmet direct dependencies detected for PHY_SPARX5_SERDES
  Depends on [n]: (ARCH_SPARX5 || COMPILE_TEST [=n]) && OF [=y] && HAS_IOMEM [=y]
  Selected by [y]:
  - SPARX5_SWITCH [=y] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_MICROCHIP [=y] && NET_SWITCHDEV [=y] && HAS_IOMEM [=y] && OF [=y]


Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Lars Povlsen <lars.povlsen@microchip.com>
Cc: Steen Hegelund <Steen.Hegelund@microchip.com>
Cc: UNGLinuxDriver@microchip.com
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 drivers/net/ethernet/microchip/sparx5/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- lnx-514-rc2.orig/drivers/net/ethernet/microchip/sparx5/Kconfig
+++ lnx-514-rc2/drivers/net/ethernet/microchip/sparx5/Kconfig
@@ -3,6 +3,7 @@ config SPARX5_SWITCH
 	depends on NET_SWITCHDEV
 	depends on HAS_IOMEM
 	depends on OF
+	depends on ARCH_SPARX5 || COMPILE_TEST
 	select PHYLINK
 	select PHY_SPARX5_SERDES
 	select RESET_CONTROLLER

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: sparx5: fix unmet dependencies warning
  2021-07-21 22:33 [PATCH] net: sparx5: fix unmet dependencies warning Randy Dunlap
@ 2021-07-22  7:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-07-22  7:50 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: netdev, lars.povlsen, Steen.Hegelund, UNGLinuxDriver, davem, kuba

Hello:

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

On Wed, 21 Jul 2021 15:33:36 -0700 you wrote:
> WARNING: unmet direct dependencies detected for PHY_SPARX5_SERDES
>   Depends on [n]: (ARCH_SPARX5 || COMPILE_TEST [=n]) && OF [=y] && HAS_IOMEM [=y]
>   Selected by [y]:
>   - SPARX5_SWITCH [=y] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_MICROCHIP [=y] && NET_SWITCHDEV [=y] && HAS_IOMEM [=y] && OF [=y]
> 
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Lars Povlsen <lars.povlsen@microchip.com>
> Cc: Steen Hegelund <Steen.Hegelund@microchip.com>
> Cc: UNGLinuxDriver@microchip.com
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> 
> [...]

Here is the summary with links:
  - net: sparx5: fix unmet dependencies warning
    https://git.kernel.org/netdev/net/c/98c5b13f3a87

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-22  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 22:33 [PATCH] net: sparx5: fix unmet dependencies warning Randy Dunlap
2021-07-22  7:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).