blob: e5d82a53ea57af5ac68e1ac42a67cf54e02eec72 [file] [log] [blame]
Jeff Kirsherf2148a42011-05-20 20:43:09 -07001#
2# VIA device configuration
3#
4
5config NET_VENDOR_VIA
6 bool "VIA devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsherf2148a42011-05-20 20:43:09 -07008 depends on PCI
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about VIA devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_VIA
20
21config VIA_RHINE
22 tristate "VIA Rhine support"
23 depends on PCI
24 select CRC32
25 select MII
26 ---help---
27 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
28 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
29 Ethernet functions can also be found integrated on South Bridges
30 (e.g. VT8235).
31
32 To compile this driver as a module, choose M here. The module
33 will be called via-rhine.
34
35config VIA_RHINE_MMIO
36 bool "Use MMIO instead of PIO"
37 depends on VIA_RHINE
38 ---help---
39 This instructs the driver to use PCI shared memory (MMIO) instead of
40 programmed I/O ports (PIO). Enabling this gives an improvement in
41 processing time in parts of the driver.
42
43 If unsure, say Y.
44
45config VIA_VELOCITY
46 tristate "VIA Velocity support"
47 depends on PCI
48 select CRC32
49 select CRC_CCITT
50 select MII
51 ---help---
52 If you have a VIA "Velocity" based network card say Y here.
53
54 To compile this driver as a module, choose M here. The module
55 will be called via-velocity.
56
57endif # NET_VENDOR_VIA