ar71xx: move PB42 specific PCI init code into a separate file
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-2.6.31 / 204-rtl8366-smi-driver.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -140,4 +140,8 @@ config MDIO_GPIO
4 To compile this driver as a module, choose M here: the module
5 will be called mdio-gpio.
6
7 +config RTL8366_SMI
8 + tristate "Support for RTL8366 switch via SMI interface"
9 + depends on GENERIC_GPIO
10 +
11 endif # PHYLIB
12 --- a/drivers/net/phy/Makefile
13 +++ b/drivers/net/phy/Makefile
14 @@ -19,6 +19,7 @@ obj-$(CONFIG_IP175C_PHY) += ip175c.o
15 obj-$(CONFIG_REALTEK_PHY) += realtek.o
16 obj-$(CONFIG_AR8216_PHY) += ar8216.o
17 obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
18 +obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o
19 obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
20 obj-$(CONFIG_MICREL) += micrel.o
21 obj-$(CONFIG_FIXED_PHY) += fixed.o