1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -85,6 +85,11 @@ config RTL8306_PHY
4 tristate "Driver for Realtek RTL8306S switches"
8 + tristate "Drivers for Micrel/Kendin PHYs"
10 + Currently has a driver for the KSZ8041
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 @@ -17,6 +17,7 @@ obj-$(CONFIG_ADM6996_PHY) += adm6996.o
18 obj-$(CONFIG_IP175C_PHY) += ip175c.o
19 obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
20 obj-$(CONFIG_REALTEK_PHY) += realtek.o
21 +obj-$(CONFIG_MICREL_PHY) += micrel.o
22 obj-$(CONFIG_FIXED_PHY) += fixed.o
23 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
24 obj-$(CONFIG_MDIO_OF_GPIO) += mdio-ofgpio.o