[rdc] refresh 2.6.24 patches
[10.03/openwrt.git] / target / linux / rdc / patches-2.6.24 / 002-r6040_ethernet.patch
1 --- a/drivers/net/Kconfig
2 +++ b/drivers/net/Kconfig
3 @@ -1449,6 +1449,24 @@ config APRICOT
4           To compile this driver as a module, choose M here. The module
5           will be called apricot.
6  
7 +config R6040
8 +       tristate "RDC Fast-Ethernet support (EXPERIMENTAL)"
9 +       depends on NET_PCI && EXPERIMENTAL
10 +       select MII
11 +       help
12 +         If you have a network (Ethernet) controller of this type, say Y and
13 +         read the Ethernet-HOWTO, available from
14 +          <http://www.tldp.org/docs.html#howto>.
15 +
16 +          To compile this driver as a module, choose M here and read
17 +          <file:Documentation/networking/net-modules.txt>.  The module will be
18 +          called r6040.
19 +
20 +
21 +config R6040_NAPI
22 +       bool "NAPI support for R6040"
23 +       depends on R6040
24 +       default y
25  config B44
26         tristate "Broadcom 440x/47xx ethernet support"
27         depends on SSB_POSSIBLE
28 --- a/drivers/net/Makefile
29 +++ b/drivers/net/Makefile
30 @@ -116,6 +116,7 @@ obj-$(CONFIG_LNE390) += lne390.o 8390.o
31  obj-$(CONFIG_NE3210) += ne3210.o 8390.o
32  obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o
33  obj-$(CONFIG_B44) += b44.o
34 +obj-$(CONFIG_R6040) += r6040.o
35  obj-$(CONFIG_FORCEDETH) += forcedeth.o
36  obj-$(CONFIG_NE_H8300) += ne-h8300.o
37  obj-$(CONFIG_AX88796) += ax88796.o