[lantiq] move CONFIG_ETHERNET_PACKET_MANGLE to a generic config file
[openwrt.git] / target / linux / generic / patches-3.3 / 729-phy-tantos.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -206,3 +206,7 @@ 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 --- a/drivers/net/phy/Makefile
12 +++ b/drivers/net/phy/Makefile
13 @@ -28,6 +28,7 @@ obj-$(CONFIG_RTL8366RB_PHY)   += rtl8366rb
14  obj-$(CONFIG_RTL8367_PHY)      += rtl8367.o
15  obj-$(CONFIG_LSI_ET1011C_PHY)  += et1011c.o
16  obj-$(CONFIG_MICREL_PHY)       += micrel.o
17 +obj-$(CONFIG_PSB6970_PHY)      += psb6970.o
18  obj-$(CONFIG_FIXED_PHY)                += fixed.o
19  obj-$(CONFIG_MDIO_BITBANG)     += mdio-bitbang.o
20  obj-$(CONFIG_MDIO_GPIO)                += mdio-gpio.o