[kernel] revert 15922 - add back 2.6.29 kernel support
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.29 / 680-phy_ar8216.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -100,6 +100,10 @@ config IP175C_PHY
4         tristate "Driver for IC+ IP175C/IP178C switches"
5         select SWCONFIG
6  
7 +config AR8216_PHY
8 +       tristate "Driver for Atheros AR8216 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 @@ -16,6 +16,7 @@ obj-$(CONFIG_ICPLUS_PHY)      += icplus.o
17  obj-$(CONFIG_ADM6996_PHY)      += adm6996.o
18  obj-$(CONFIG_MVSWITCH_PHY)     += mvswitch.o
19  obj-$(CONFIG_IP175C_PHY)       += ip175c.o
20 +obj-$(CONFIG_AR8216_PHY)       += ar8216.o
21  obj-$(CONFIG_REALTEK_PHY)      += realtek.o
22  obj-$(CONFIG_LSI_ET1011C_PHY)  += et1011c.o
23  obj-$(CONFIG_FIXED_PHY)                += fixed.o