1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -82,6 +82,11 @@ config MVSWITCH_PHY
5 Currently supports the Marvell 88E6060 switch.
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 @@ -16,5 +16,6 @@ obj-$(CONFIG_ICPLUS_PHY) += icplus.o
18 obj-$(CONFIG_ADM6996_PHY) += adm6996.o
19 obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.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