ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / net / arcnet / Kconfig
1 #
2 # Arcnet configuration
3 #
4
5 menu "ARCnet devices"
6         depends on NETDEVICES && (ISA || PCI)
7
8 config ARCNET
9         tristate "ARCnet support"
10         ---help---
11           If you have a network card of this type, say Y and check out the
12           (arguably) beautiful poetry in
13           <file:Documentation/networking/arcnet.txt>.
14
15           You need both this driver, and the driver for the particular ARCnet
16           chipset of your card. If you don't know, then it's probably a
17           COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset
18           support" below.
19
20           You might also want to have a look at the Ethernet-HOWTO, available
21           from <http://www.tldp.org/docs.html#howto>(even though ARCnet
22           is not really Ethernet).
23
24           To compile this driver as a module, choose M here and read
25           <file:Documentation/networking/net-modules.txt>.  The module will
26           be called arcnet.
27
28 config ARCNET_1201
29         tristate "Enable standard ARCNet packet format (RFC 1201)"
30         depends on ARCNET
31         help
32           This allows you to use RFC1201 with your ARCnet card via the virtual
33           arc0 device.  You need to say Y here to communicate with
34           industry-standard RFC1201 implementations, like the arcether.com
35           packet driver or most DOS/Windows ODI drivers.  Please read the
36           ARCnet documentation in <file:Documentation/networking/arcnet.txt>
37           for more information about using arc0.
38
39 config ARCNET_1051
40         tristate "Enable old ARCNet packet format (RFC 1051)"
41         depends on ARCNET
42         ---help---
43           This allows you to use RFC1051 with your ARCnet card via the virtual
44           arc0s device. You only need arc0s if you want to talk to ARCnet
45           software complying with the "old" standard, specifically, the DOS
46           arcnet.com packet driver, Amigas running AmiTCP, and some variants
47           of NetBSD. You do not need to say Y here to communicate with
48           industry-standard RFC1201 implementations, like the arcether.com
49           packet driver or most DOS/Windows ODI drivers. RFC1201 is included
50           automatically as the arc0 device. Please read the ARCnet
51           documentation in <file:Documentation/networking/arcnet.txt> for more
52           information about using arc0e and arc0s.
53
54 config ARCNET_RAW
55         tristate "Enable raw mode packet interface"
56         depends on ARCNET
57         help
58           ARCnet "raw mode" packet encapsulation, no soft headers.  Unlikely
59           to work unless talking to a copy of the same Linux arcnet driver,
60           but perhaps marginally faster in that case.
61
62 config ARCNET_COM90xx
63         tristate "ARCnet COM90xx (normal) chipset driver"
64         depends on ARCNET
65         help
66           This is the chipset driver for the standard COM90xx cards. If you
67           have always used the old ARCnet driver without knowing what type of
68           card you had, this is probably the one for you.
69
70           To compile this driver as a module, choose M here and read
71           <file:Documentation/networking/net-modules.txt>.  The module will
72           be called com90xx.
73
74 config ARCNET_COM90xxIO
75         tristate "ARCnet COM90xx (IO mapped) chipset driver"
76         depends on ARCNET
77         ---help---
78           This is the chipset driver for the COM90xx cards, using them in
79           IO-mapped mode instead of memory-mapped mode. This is slower than
80           the normal driver. Only use it if your card doesn't support shared
81           memory.
82
83           To compile this driver as a module, choose M here and read
84           <file:Documentation/networking/net-modules.txt>.  The module will
85           be called com90io.
86
87 config ARCNET_RIM_I
88         tristate "ARCnet COM90xx (RIM I) chipset driver"
89         depends on ARCNET
90         ---help---
91           This is yet another chipset driver for the COM90xx cards, but this
92           time only using memory-mapped mode, and no IO ports at all. This
93           driver is completely untested, so if you have one of these cards,
94           please mail dwmw2@infradead.org, especially if it works!
95
96           To compile this driver as a module, choose M here and read
97           <file:Documentation/networking/net-modules.txt>.  The module will
98           be called arc-rimi.
99
100 config ARCNET_COM20020
101         tristate "ARCnet COM20020 chipset driver"
102         depends on ARCNET
103         help
104           This is the driver for the new COM20020 chipset. It supports such
105           things as promiscuous mode, so packet sniffing is possible, and
106           extra diagnostic information.
107
108           To compile this driver as a module, choose M here and read
109           <file:Documentation/networking/net-modules.txt>.  The module will
110           be called com20020.
111
112 config ARCNET_COM20020_ISA
113         tristate "Support for COM20020 on ISA"
114         depends on ARCNET_COM20020 && ISA
115
116 config ARCNET_COM20020_PCI
117         tristate "Support for COM20020 on PCI"
118         depends on ARCNET_COM20020 && PCI
119
120 endmenu
121