Root/target/linux/generic/patches-2.6.39/727-phy-rtl8367.patch

1--- a/drivers/net/phy/Kconfig
2+++ b/drivers/net/phy/Kconfig
3@@ -178,6 +178,10 @@ config RTL8366RB_PHY
4     tristate "Driver for the Realtek RTL8366RB switch"
5     select SWCONFIG
6 
7+config RTL8367_PHY
8+ tristate "Driver for the Realtek RTL8367R/M switches"
9+ select SWCONFIG
10+
11 config RTL8366S_PHY_DEBUG_FS
12     bool "RTL8366 switch driver DEBUG_FS support"
13     depends on RTL8366S_PHY || RTL8366RB_PHY
14--- a/drivers/net/phy/Makefile
15+++ b/drivers/net/phy/Makefile
16@@ -23,6 +23,7 @@ obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
17 obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o
18 obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o
19 obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb.o
20+obj-$(CONFIG_RTL8367_PHY) += rtl8367.o
21 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
22 obj-$(CONFIG_FIXED_PHY) += fixed.o
23 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
24

Archive Download this file



interactive