remove linux 2.4 specific build system code
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.32 / 660-phy_mvswitch.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -99,6 +99,9 @@ config ADM6996_PHY
4 ---help---
5 Currently supports the ADM6996F switch
6
7 +config MVSWITCH_PHY
8 + tristate "Driver for Marvell 88E6060 switches"
9 +
10 config FIXED_PHY
11 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
12 depends on PHYLIB=y
13 --- a/drivers/net/phy/Makefile
14 +++ b/drivers/net/phy/Makefile
15 @@ -15,6 +15,7 @@ obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
16 obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o
17 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
18 obj-$(CONFIG_ADM6996_PHY) += adm6996.o
19 +obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
20 obj-$(CONFIG_REALTEK_PHY) += realtek.o
21 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
22 obj-$(CONFIG_FIXED_PHY) += fixed.o