# PHY Layer Configuration
#
-config MDIO_BUS
- tristate "MDIO bus consumer layer"
- help
- MDIO bus consumer layer
-
config PHYLINK
tristate
select PHYLIB
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
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