|
@@ -13,9 +13,9 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
|
|
|
|
|
--- a/drivers/net/phy/Kconfig
|
|
--- a/drivers/net/phy/Kconfig
|
|
|
+++ b/drivers/net/phy/Kconfig
|
|
+++ b/drivers/net/phy/Kconfig
|
|
|
-@@ -202,6 +202,11 @@ config RTL8306_PHY
|
|
|
|
|
- tristate "Driver for Realtek RTL8306S switches"
|
|
|
|
|
- select SWCONFIG
|
|
|
|
|
|
|
+@@ -156,6 +156,11 @@ config MICROCHIP_PHY
|
|
|
|
|
+ help
|
|
|
|
|
+ Supports the LAN88XX PHYs.
|
|
|
|
|
|
|
|
+config LANTIQ_PHY
|
|
+config LANTIQ_PHY
|
|
|
+ tristate "Driver for Lantiq PHYs"
|
|
+ tristate "Driver for Lantiq PHYs"
|
|
@@ -27,7 +27,7 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
depends on PHYLIB
|
|
depends on PHYLIB
|
|
|
--- a/drivers/net/phy/Makefile
|
|
--- a/drivers/net/phy/Makefile
|
|
|
+++ b/drivers/net/phy/Makefile
|
|
+++ b/drivers/net/phy/Makefile
|
|
|
-@@ -46,6 +46,7 @@ obj-$(CONFIG_DP83848_PHY) += dp83848.o
|
|
|
|
|
|
|
+@@ -30,6 +30,7 @@ obj-$(CONFIG_DP83848_PHY) += dp83848.o
|
|
|
obj-$(CONFIG_DP83867_PHY) += dp83867.o
|
|
obj-$(CONFIG_DP83867_PHY) += dp83867.o
|
|
|
obj-$(CONFIG_STE10XP) += ste10Xp.o
|
|
obj-$(CONFIG_STE10XP) += ste10Xp.o
|
|
|
obj-$(CONFIG_MICREL_PHY) += micrel.o
|
|
obj-$(CONFIG_MICREL_PHY) += micrel.o
|