| 1 | --- a/drivers/net/phy/Kconfig |
| 2 | +++ b/drivers/net/phy/Kconfig |
| 3 | @@ -140,6 +140,11 @@ config RTL8306_PHY |
| 4 | tristate "Driver for Realtek RTL8306S switches" |
| 5 | select SWCONFIG |
| 6 | |
| 7 | +config MICREL_PHY |
| 8 | + tristate "Drivers for Micrel/Kendin PHYs" |
| 9 | + ---help--- |
| 10 | + Currently has a driver for the KSZ8041 |
| 11 | + |
| 12 | config FIXED_PHY |
| 13 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
| 14 | depends on PHYLIB=y |
| 15 | --- a/drivers/net/phy/Makefile |
| 16 | +++ b/drivers/net/phy/Makefile |
| 17 | @@ -28,6 +28,7 @@ obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o |
| 18 | obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb.o |
| 19 | obj-$(CONFIG_RTL8367_PHY) += rtl8367.o |
| 20 | obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.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_GPIO) += mdio-gpio.o |
| 25 | |