kernel: bump 5.15 to 5.15.116
[openwrt/staging/hauke.git] / target / linux / ath25 / patches-5.15 / 700-swconfig_mvswitch.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -96,6 +96,10 @@ config IP17XX_PHY
4 tristate "Driver for IC+ IP17xx switches"
5 select SWCONFIG
6
7 +config MVSWITCH_PHY
8 + tristate "Driver for Marvell 88E6060 switches"
9 + select ETHERNET_PACKET_MANGLE
10 +
11 config PSB6970_PHY
12 tristate "Lantiq XWAY Tantos (PSB6970) Ethernet switch"
13 select SWCONFIG
14 --- a/drivers/net/phy/Makefile
15 +++ b/drivers/net/phy/Makefile
16 @@ -31,6 +31,7 @@ ar8xxx-y += ar8216.o
17 ar8xxx-y += ar8327.o
18 obj-$(CONFIG_SWCONFIG_B53) += b53/
19 obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
20 +obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
21 obj-$(CONFIG_PSB6970_PHY) += psb6970.o
22 obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
23 obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o