kernel: update myloader for linux 4.9
[openwrt/openwrt.git] / target / linux / generic / patches-3.18 / 720-phy_adm6996.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -132,6 +132,13 @@ config MICREL_PHY
4 ---help---
5 Supports the KSZ9021, VSC8201, KS8001 PHYs.
6
7 +config ADM6996_PHY
8 + tristate "Driver for ADM6996 switches"
9 + select SWCONFIG
10 + ---help---
11 + Currently supports the ADM6996FC and ADM6996M switches.
12 + Support for FC is very limited.
13 +
14 config FIXED_PHY
15 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
16 depends on PHYLIB=y
17 --- a/drivers/net/phy/Makefile
18 +++ b/drivers/net/phy/Makefile
19 @@ -18,6 +18,7 @@ obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o
20 obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o
21 obj-$(CONFIG_BCM87XX_PHY) += bcm87xx.o
22 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
23 +obj-$(CONFIG_ADM6996_PHY) += adm6996.o
24 obj-$(CONFIG_REALTEK_PHY) += realtek.o
25 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
26 obj-$(CONFIG_FIXED_PHY) += fixed.o