kernel: fix ip6_tunnel compilation
[openwrt.git] / target / linux / generic / patches-4.4 / 733-phy_mvsw61xx.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -181,6 +181,10 @@ config MVSWITCH_PHY
4         tristate "Driver for Marvell 88E6060 switches"
5         select ETHERNET_PACKET_MANGLE
6  
7 +config MVSW61XX_PHY
8 +       tristate "Driver for Marvell 88E6171/6172 switches"
9 +       select SWCONFIG
10 +
11  config IP17XX_PHY
12         tristate "Driver for IC+ IP17xx switches"
13         select SWCONFIG
14 --- a/drivers/net/phy/Makefile
15 +++ b/drivers/net/phy/Makefile
16 @@ -24,6 +24,7 @@ obj-$(CONFIG_BCM_CYGNUS_PHY)  += bcm-cygn
17  obj-$(CONFIG_ICPLUS_PHY)       += icplus.o
18  obj-$(CONFIG_ADM6996_PHY)      += adm6996.o
19  obj-$(CONFIG_MVSWITCH_PHY)     += mvswitch.o
20 +obj-$(CONFIG_MVSW61XX_PHY)     += mvsw61xx.o
21  obj-$(CONFIG_IP17XX_PHY)       += ip17xx.o
22  obj-$(CONFIG_REALTEK_PHY)      += realtek.o
23  obj-$(CONFIG_AR8216_PHY)       += ar8216.o ar8327.o