Skip to content

Commit 7e554f3

Browse files
hkallweitkuba-moo
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f770645 commit 7e554f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

drivers/net/mdio/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
# MDIO Layer Configuration
44
#
55

6-
config MDIO_BUS
7-
tristate "MDIO bus consumer layer"
8-
help
9-
MDIO bus consumer layer
10-
116
if PHYLIB
127

138
config FWNODE_MDIO

drivers/net/phy/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# PHY Layer Configuration
44
#
55

6+
config MDIO_BUS
7+
tristate "MDIO bus consumer layer"
8+
help
9+
MDIO bus consumer layer
10+
611
config PHYLINK
712
tristate
813
select PHYLIB

0 commit comments

Comments
 (0)