imx6: Add 4.3 support
[openwrt/openwrt.git] / target / linux / imx6 / patches-4.3 / 205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch
1 Index: linux-4.3/drivers/net/phy/Kconfig
2 ===================================================================
3 --- linux-4.3.orig/drivers/net/phy/Kconfig 2015-12-18 10:39:44.371158315 -0800
4 +++ linux-4.3/drivers/net/phy/Kconfig 2015-12-18 10:39:44.951158318 -0800
5 @@ -309,6 +309,14 @@
6
7 source "drivers/net/phy/b53/Kconfig"
8
9 +config GATEWORKS_GW16083
10 + tristate "Gateworks GW16083 Ethernet Expansion Mezzanine"
11 + ---help---
12 + The Gateworks GW16083 Ethernet Expansion Mezzanine connects to a
13 + Gateworks Ventana baseboard and provides a 7-port GbE managed
14 + Ethernet switch with 4 dedicated GbE RJ45 ports, and 2 Gbe/SFP
15 + ports"
16 +
17 endif # PHYLIB
18
19 config MICREL_KS8995MA
20 Index: linux-4.3/drivers/net/phy/Makefile
21 ===================================================================
22 --- linux-4.3.orig/drivers/net/phy/Makefile 2015-12-18 10:39:44.371158315 -0800
23 +++ linux-4.3/drivers/net/phy/Makefile 2015-12-18 10:39:44.951158318 -0800
24 @@ -44,6 +44,7 @@
25 obj-$(CONFIG_DP83867_PHY) += dp83867.o
26 obj-$(CONFIG_STE10XP) += ste10Xp.o
27 obj-$(CONFIG_MICREL_PHY) += micrel.o
28 +obj-$(CONFIG_GATEWORKS_GW16083) += gw16083.o
29 obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o
30 obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o
31 obj-$(CONFIG_AT803X_PHY) += at803x.o