kernel/3.1[02]: add Winbond W25X05 SPI flash support
[openwrt.git] / target / linux / generic / patches-3.12 / 729-phy-tantos.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -266,3 +266,8 @@ endif # PHYLIB
4  config MICREL_KS8995MA
5         tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
6         depends on SPI
7 +
8 +config PSB6970_PHY
9 +       tristate "Lantiq XWAY Tantos (PSB6970) Ethernet switch"
10 +       select SWCONFIG
11 +       select ETHERNET_PACKET_MANGLE
12 --- a/drivers/net/phy/Makefile
13 +++ b/drivers/net/phy/Makefile
14 @@ -30,6 +30,7 @@ obj-$(CONFIG_RTL8367_PHY)     += rtl8367.o
15  obj-$(CONFIG_RTL8367B_PHY)     += rtl8367b.o
16  obj-$(CONFIG_LSI_ET1011C_PHY)  += et1011c.o
17  obj-$(CONFIG_MICREL_PHY)       += micrel.o
18 +obj-$(CONFIG_PSB6970_PHY)      += psb6970.o
19  obj-$(CONFIG_FIXED_PHY)                += fixed.o
20  obj-$(CONFIG_MDIO_BITBANG)     += mdio-bitbang.o
21  obj-$(CONFIG_MDIO_GPIO)                += mdio-gpio.o