mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01: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:
parent
f770645860
commit
7e554f317b
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue