relayd: move the interface fixup to the right place
[openwrt/staging/chunkeey.git] / target / linux / coldfire / patches-2.6.31 / 007-bcm5222_phy.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -62,6 +62,11 @@ config BROADCOM_PHY
4 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
5 and BCM5482 PHYs.
6
7 +config BROADCOM5222_PHY
8 + tristate "Drivers for Broadcom5222 PHY"
9 + ---help---
10 + Currently supports the BCM5222 PHYs.
11 +
12 config ICPLUS_PHY
13 tristate "Drivers for ICPlus PHYs"
14 ---help---
15 --- a/drivers/net/phy/Makefile
16 +++ b/drivers/net/phy/Makefile
17 @@ -12,6 +12,7 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o
18 obj-$(CONFIG_SMSC_PHY) += smsc.o
19 obj-$(CONFIG_VITESSE_PHY) += vitesse.o
20 obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
21 +obj-$(CONFIG_BROADCOM5222_PHY) += broadcom522x.o
22 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
23 obj-$(CONFIG_ADM6996_PHY) += adm6996.o
24 obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o