net: phy: remove Kconfig symbol MDIO_BUS
After usage of config symbol MDIO_BUS has been removed from REGMAP_MIO as last user, the symbol can be removed. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Link: https://patch.msgid.link/9cdf83e9-470d-45da-8efe-ace0decf0204@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
e611a97032
commit
91283bd5b0
2 changed files with 1 additions and 7 deletions
|
|
@ -3,11 +3,6 @@
|
|||
# PHY Layer Configuration
|
||||
#
|
||||
|
||||
config MDIO_BUS
|
||||
tristate "MDIO bus consumer layer"
|
||||
help
|
||||
MDIO bus consumer layer
|
||||
|
||||
config PHYLINK
|
||||
tristate
|
||||
select PHYLIB
|
||||
|
|
@ -19,7 +14,6 @@ config PHYLINK
|
|||
|
||||
menuconfig PHYLIB
|
||||
tristate "PHY Device support and infrastructure"
|
||||
select MDIO_BUS
|
||||
help
|
||||
Ethernet controllers are usually attached to PHY
|
||||
devices. This option provides infrastructure for
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ libphy-$(CONFIG_SWPHY) += swphy.o
|
|||
libphy-$(CONFIG_LED_TRIGGER_PHY) += phy_led_triggers.o
|
||||
libphy-$(CONFIG_OPEN_ALLIANCE_HELPERS) += open_alliance_helpers.o
|
||||
|
||||
obj-$(CONFIG_MDIO_BUS) += mdio_bus.o
|
||||
obj-$(CONFIG_PHYLIB) += mdio_bus.o
|
||||
obj-$(CONFIG_PHYLINK) += phylink.o
|
||||
obj-$(CONFIG_PHYLIB) += libphy.o
|
||||
obj-$(CONFIG_PHYLIB) += mdio_devres.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue