All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig
@ 2025-09-20 21:11 Heiner Kallweit
  2025-09-24  0:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Heiner Kallweit @ 2025-09-20 21:11 UTC (permalink / raw)
  To: Andrew Lunn, Andrew Lunn, Russell King - ARM Linux, Paolo Abeni,
	Eric Dumazet, David Miller, Jakub Kicinski
  Cc: netdev@vger.kernel.org

Config symbol MDIO_BUS isn't used in drivers/net/mdio. It's only used
in drivers/net/phy. So move it there.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/net/mdio/Kconfig | 5 -----
 drivers/net/phy/Kconfig  | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/mdio/Kconfig b/drivers/net/mdio/Kconfig
index e1e32b687..443803789 100644
--- a/drivers/net/mdio/Kconfig
+++ b/drivers/net/mdio/Kconfig
@@ -3,11 +3,6 @@
 # MDIO Layer Configuration
 #
 
-config MDIO_BUS
-	tristate "MDIO bus consumer layer"
-	help
-	  MDIO bus consumer layer
-
 if PHYLIB
 
 config FWNODE_MDIO
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index ca05166ae..98700d069 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -3,6 +3,11 @@
 # PHY Layer Configuration
 #
 
+config MDIO_BUS
+	tristate "MDIO bus consumer layer"
+	help
+	  MDIO bus consumer layer
+
 config PHYLINK
 	tristate
 	select PHYLIB
-- 
2.51.0


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

* Re: [PATCH net-next] net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig
  2025-09-20 21:11 [PATCH net-next] net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig Heiner Kallweit
@ 2025-09-24  0:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-24  0:00 UTC (permalink / raw)
  To: Heiner Kallweit
  Cc: andrew, andrew+netdev, linux, pabeni, edumazet, davem, kuba,
	netdev

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 20 Sep 2025 23:11:54 +0200 you wrote:
> Config symbol MDIO_BUS isn't used in drivers/net/mdio. It's only used
> in drivers/net/phy. So move it there.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> ---
>  drivers/net/mdio/Kconfig | 5 -----
>  drivers/net/phy/Kconfig  | 5 +++++
>  2 files changed, 5 insertions(+), 5 deletions(-)

Here is the summary with links:
  - [net-next] net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig
    https://git.kernel.org/netdev/net-next/c/7e554f317be8

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:[~2025-09-24  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-20 21:11 [PATCH net-next] net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig Heiner Kallweit
2025-09-24  0:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.