1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
5 Currently supports the IP175C PHY.
8 + tristate "Driver for ADM6996 switches"
10 + Currently supports the ADM6996F switch
13 tristate "Drivers for PHY emulation on fixed speed/link"
15 --- a/drivers/net/phy/Makefile
16 +++ b/drivers/net/phy/Makefile
18 obj-$(CONFIG_VITESSE_PHY) += vitesse.o
19 obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
20 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
21 +obj-$(CONFIG_ADM6996_PHY) += adm6996.o
22 obj-$(CONFIG_FIXED_PHY) += fixed.o