[kernel] update to 2.6.25.19, and refresh patches
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.25 / 620-phy_adm6996.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -65,6 +65,11 @@ config REALTEK_PHY
4 ---help---
5 Supports the Realtek 821x PHY.
6
7 +config ADM6996_PHY
8 + tristate "Driver for ADM6996 switches"
9 + ---help---
10 + Currently supports the ADM6996F switch
11 +
12 config FIXED_PHY
13 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
14 depends on PHYLIB=y
15 --- a/drivers/net/phy/Makefile
16 +++ b/drivers/net/phy/Makefile
17 @@ -12,6 +12,7 @@ obj-$(CONFIG_SMSC_PHY) += smsc.o
18 obj-$(CONFIG_VITESSE_PHY) += vitesse.o
19 obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
20 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
21 +obj-$(CONFIG_ADM6996_PHY) += adm6996.o
22 obj-$(CONFIG_REALTEK_PHY) += realtek.o
23 obj-$(CONFIG_FIXED_PHY) += fixed.o
24 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o