728-phy-micrel.patch 812 B

123456789101112131415161718192021222324
  1. --- a/drivers/net/phy/Kconfig
  2. +++ b/drivers/net/phy/Kconfig
  3. @@ -130,6 +130,11 @@ config RTL8306_PHY
  4. tristate "Driver for Realtek RTL8306S switches"
  5. select SWCONFIG
  6. +config MICREL_PHY
  7. + tristate "Drivers for Micrel/Kendin PHYs"
  8. + ---help---
  9. + Currently has a driver for the KSZ8041
  10. +
  11. config FIXED_PHY
  12. bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  13. depends on PHYLIB=y
  14. --- a/drivers/net/phy/Makefile
  15. +++ b/drivers/net/phy/Makefile
  16. @@ -27,6 +27,7 @@ obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o
  17. obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb.o
  18. obj-$(CONFIG_RTL8367_PHY) += rtl8367.o
  19. obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
  20. +obj-$(CONFIG_MICREL_PHY) += micrel.o
  21. obj-$(CONFIG_FIXED_PHY) += fixed.o
  22. obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
  23. obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o