kernel: add support for 3.9-rc2
[openwrt.git] / target / linux / generic / patches-3.9 / 729-phy-rtl8367b.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -245,6 +245,10 @@ config RTL8367_PHY
4         tristate "Driver for the Realtek RTL8367R/M switches"
5         select SWCONFIG
6  
7 +config RTL8367B_PHY
8 +       tristate "Driver fot the Realtek RTL8367R-VB switch"
9 +       select SWCONFIG
10 +
11  endif # RTL8366_SMI
12  
13  endif # PHYLIB
14 --- a/drivers/net/phy/Makefile
15 +++ b/drivers/net/phy/Makefile
16 @@ -27,6 +27,7 @@ obj-$(CONFIG_RTL8366_SMI)     += rtl8366_smi
17  obj-$(CONFIG_RTL8366S_PHY)     += rtl8366s.o
18  obj-$(CONFIG_RTL8366RB_PHY)    += rtl8366rb.o
19  obj-$(CONFIG_RTL8367_PHY)      += rtl8367.o
20 +obj-$(CONFIG_RTL8367B_PHY)     += rtl8367b.o
21  obj-$(CONFIG_LSI_ET1011C_PHY)  += et1011c.o
22  obj-$(CONFIG_MICREL_PHY)       += micrel.o
23  obj-$(CONFIG_FIXED_PHY)                += fixed.o