[rdc] 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel...
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.28 / 670-phy_ip175c.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -77,6 +77,10 @@ config ADM6996_PHY
4 ---help---
5 Currently supports the ADM6996F switch
6
7 +config IP175C_PHY
8 + tristate "Driver for IC+ IP175C/IP178C switches"
9 + select SWCONFIG
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 @@ -14,6 +14,7 @@ obj-$(CONFIG_VITESSE_PHY) += vitesse.o
17 obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
18 obj-$(CONFIG_ICPLUS_PHY) += icplus.o
19 obj-$(CONFIG_ADM6996_PHY) += adm6996.o
20 +obj-$(CONFIG_IP175C_PHY) += ip175c.o
21 obj-$(CONFIG_REALTEK_PHY) += realtek.o
22 obj-$(CONFIG_FIXED_PHY) += fixed.o
23 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
This page took 0.040769 seconds and 5 git commands to generate.