kernel: add support for 3.9-rc2
[openwrt.git] / target / linux / generic / patches-3.9 / 722-phy_mvswitch.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -127,6 +127,10 @@ config ADM6996_PHY
4           Currently supports the ADM6996FC and ADM6996M switches.
5           Support for FC is very limited.
6  
7 +config MVSWITCH_PHY
8 +       tristate "Driver for Marvell 88E6060 switches"
9 +       select ETHERNET_PACKET_MANGLE
10 +
11  config FIXED_PHY
12         bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
13         depends on PHYLIB=y
14 --- a/drivers/net/phy/Makefile
15 +++ b/drivers/net/phy/Makefile
16 @@ -18,6 +18,7 @@ obj-$(CONFIG_BCM63XX_PHY)     += bcm63xx.o
17  obj-$(CONFIG_BCM87XX_PHY)      += bcm87xx.o
18  obj-$(CONFIG_ICPLUS_PHY)       += icplus.o
19  obj-$(CONFIG_ADM6996_PHY)      += adm6996.o
20 +obj-$(CONFIG_MVSWITCH_PHY)     += mvswitch.o
21  obj-$(CONFIG_REALTEK_PHY)      += realtek.o
22  obj-$(CONFIG_LSI_ET1011C_PHY)  += et1011c.o
23  obj-$(CONFIG_FIXED_PHY)                += fixed.o