net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig

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>
Link: https://patch.msgid.link/164ff1c6-2cf9-4e30-80fb-da4cc7165dc8@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Heiner Kallweit
2025-09-20 23:11:54 +02:00
committed by Jakub Kicinski
parent f770645860
commit 7e554f317b
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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