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