d96bead4dcf5b9e9096f1d8f8f4d9065ccb96a27
[openwrt/openwrt.git] / target / linux / generic / patches-4.4 / 728-phy-rtl8367b.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -320,6 +320,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 @@ -32,6 +32,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_FIXED_PHY) += fixed_phy.o
23 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o