target/arc770: switch to 4.9 kernel
[openwrt/staging/florian.git] / target / linux / imx6 / patches-4.4 / 205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -336,6 +336,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 @@ -46,6 +46,7 @@ obj-$(CONFIG_DP83848_PHY) += dp83848.o
21 obj-$(CONFIG_DP83867_PHY) += dp83867.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