1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -13,6 +13,16 @@ menuconfig PHYLIB
8 + tristate "Switch configuration API"
10 + Switch configuration API using netlink. This allows
11 + you to configure the VLAN features of certain switches.
14 + bool "Switch LED trigger support"
15 + depends on (SWCONFIG && LEDS_TRIGGERS)
17 comment "MII PHY device drivers"
20 --- a/drivers/net/phy/Makefile
21 +++ b/drivers/net/phy/Makefile
23 libphy-objs := phy.o phy_device.o mdio_bus.o
25 obj-$(CONFIG_PHYLIB) += libphy.o
26 +obj-$(CONFIG_SWCONFIG) += swconfig.o
27 obj-$(CONFIG_MARVELL_PHY) += marvell.o
28 obj-$(CONFIG_DAVICOM_PHY) += davicom.o
29 obj-$(CONFIG_CICADA_PHY) += cicada.o