kernel: Add support spi-nor, Eon EN25QH32
[openwrt/openwrt.git] / target / linux / generic / pending-4.4 / 729-phy-tantos.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -336,3 +336,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 @@ -34,6 +34,7 @@ obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb
15 obj-$(CONFIG_RTL8367_PHY) += rtl8367.o
16 obj-$(CONFIG_RTL8367B_PHY) += rtl8367b.o
17 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
18 +obj-$(CONFIG_PSB6970_PHY) += psb6970.o
19 obj-$(CONFIG_FIXED_PHY) += fixed_phy.o
20 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
21 obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o