011-mcs814x_internal_phy.patch 688 B

1234567891011121314151617181920
  1. --- a/drivers/net/phy/Kconfig
  2. +++ b/drivers/net/phy/Kconfig
  3. @@ -164,6 +164,10 @@ config RTL8306_PHY
  4. tristate "Driver for Realtek RTL8306S switches"
  5. select SWCONFIG
  6. +config MCS814X_PHY
  7. + tristate "Driver for the Moschip MCS814x internal PHY"
  8. + depends on ARCH_MCS814X
  9. +
  10. config FIXED_PHY
  11. bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  12. depends on PHYLIB=y
  13. --- a/drivers/net/phy/Makefile
  14. +++ b/drivers/net/phy/Makefile
  15. @@ -51,3 +51,4 @@ obj-$(CONFIG_MDIO_SUN4I) += mdio-sun4i.o
  16. obj-$(CONFIG_MDIO_MOXART) += mdio-moxart.o
  17. obj-$(CONFIG_AMD_XGBE_PHY) += amd-xgbe-phy.o
  18. obj-$(CONFIG_MDIO_BCM_UNIMAC) += mdio-bcm-unimac.o
  19. +obj-$(CONFIG_MCS814X_PHY) += mcs814x.o