ramips: add preliminary support for the RT3662/RT3883 SoCs
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-2.6.39 / 103-ethernet.patch
1 --- a/drivers/net/Kconfig
2 +++ b/drivers/net/Kconfig
3 @@ -494,6 +494,16 @@ config MIPS_AU1X00_ENET
4 If you have an Alchemy Semi AU1X00 based system
5 say Y. Otherwise, say N.
6
7 +config MIPS_RAMIPS_NET
8 + tristate "Ethernet driver for rt288x/rt305x"
9 + depends on MIPS_RALINK
10 + help
11 + This driver supports the etehrnet mac inside the ralink wisocs
12 +
13 +config RAMIPS_ETH_DEBUG
14 + bool "Enable debug messages in the Ralink ethernet driver"
15 + depends on MIPS_RAMIPS_NET
16 +
17 config SGI_IOC3_ETH
18 bool "SGI IOC3 Ethernet"
19 depends on PCI && SGI_IP27
20 --- a/drivers/net/Makefile
21 +++ b/drivers/net/Makefile
22 @@ -227,6 +227,7 @@ obj-$(CONFIG_KORINA) += korina.o
23 obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
24 obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
25 obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
26 +obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o
27 obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
28 obj-$(CONFIG_DECLANCE) += declance.o
29 obj-$(CONFIG_ATARILANCE) += atarilance.o