imx6: drop 3.14
[openwrt/staging/florian.git] / target / linux / mcs814x / patches-3.14 / 011-mcs814x_internal_phy.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -157,6 +157,10 @@ config MICREL_PHY
4 ---help---
5 Currently has a driver for the KSZ8041
6
7 +config MCS814X_PHY
8 + tristate "Driver for the Moschip MCS814x internal PHY"
9 + depends on ARCH_MCS814X
10 +
11 config FIXED_PHY
12 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
13 depends on PHYLIB=y
14 --- a/drivers/net/phy/Makefile
15 +++ b/drivers/net/phy/Makefile
16 @@ -49,3 +49,4 @@ obj-$(CONFIG_MDIO_BUS_MUX_GPIO) += mdio-
17 obj-$(CONFIG_MDIO_BUS_MUX_MMIOREG) += mdio-mux-mmioreg.o
18 obj-$(CONFIG_MDIO_SUN4I) += mdio-sun4i.o
19 obj-$(CONFIG_MDIO_MOXART) += mdio-moxart.o
20 +obj-$(CONFIG_MCS814X_PHY) += mcs814x.o