mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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:
committed by
Jakub Kicinski
parent
f770645860
commit
7e554f317b
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user