1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -88,6 +88,11 @@ config LSI_ET1011C_PHY
5 Supports the LSI ET1011C PHY.
8 + tristate "Driver for ADM6996 switches"
10 + Currently supports the ADM6996F switch
13 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
15 --- a/drivers/net/phy/Makefile
16 +++ b/drivers/net/phy/Makefile
17 @@ -13,6 +13,7 @@ obj-$(CONFIG_VITESSE_PHY) += vitesse.o
18 obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
19 obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o
20 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
21 +obj-$(CONFIG_ADM6996_PHY) += adm6996.o
22 obj-$(CONFIG_REALTEK_PHY) += realtek.o
23 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
24 obj-$(CONFIG_FIXED_PHY) += fixed.o