]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/phy.c
phy: Add support for SMSC LAN87xx PHYs
[karo-tx-uboot.git] / drivers / net / phy / phy.c
index 8da7688d704e529c7869b7db682f4c03b8ecd414..eb551803e5c749dbcdafb1ed2f0f000f620741e4 100644 (file)
@@ -444,6 +444,9 @@ int phy_init(void)
 #ifdef CONFIG_PHY_REALTEK
        phy_realtek_init();
 #endif
+#ifdef CONFIG_PHY_SMSC
+       phy_smsc_init();
+#endif
 #ifdef CONFIG_PHY_TERANETICS
        phy_teranetics_init();
 #endif