720-phy_adm6996.patch 852 B

1234567891011121314151617181920212223242526
  1. --- a/drivers/net/phy/Kconfig
  2. +++ b/drivers/net/phy/Kconfig
  3. @@ -170,6 +170,13 @@ config MICROCHIP_PHY
  4. help
  5. Supports the LAN88XX PHYs.
  6. +config ADM6996_PHY
  7. + tristate "Driver for ADM6996 switches"
  8. + select SWCONFIG
  9. + ---help---
  10. + Currently supports the ADM6996FC and ADM6996M switches.
  11. + Support for FC is very limited.
  12. +
  13. config FIXED_PHY
  14. tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  15. depends on PHYLIB
  16. --- a/drivers/net/phy/Makefile
  17. +++ b/drivers/net/phy/Makefile
  18. @@ -22,6 +22,7 @@ obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o
  19. obj-$(CONFIG_BCM87XX_PHY) += bcm87xx.o
  20. obj-$(CONFIG_BCM_CYGNUS_PHY) += bcm-cygnus.o
  21. obj-$(CONFIG_ICPLUS_PHY) += icplus.o
  22. +obj-$(CONFIG_ADM6996_PHY) += adm6996.o
  23. obj-$(CONFIG_REALTEK_PHY) += realtek.o
  24. obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
  25. obj-$(CONFIG_FIXED_PHY) += fixed_phy.o