2 # VIA device configuration
9 If you have a network (Ethernet) card belonging to this class, say Y.
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about VIA devices. If you say Y, you will be asked for
14 your specific card in the following questions.
19 tristate "VIA Rhine support"
20 depends on PCI || (OF_IRQ && GENERIC_PCI_IOMAP)
25 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
26 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
27 Ethernet functions can also be found integrated on South Bridges
30 To compile this driver as a module, choose M here. The module
31 will be called via-rhine.
34 bool "Use MMIO instead of PIO"
37 This instructs the driver to use PCI shared memory (MMIO) instead of
38 programmed I/O ports (PIO). Enabling this gives an improvement in
39 processing time in parts of the driver.
44 tristate "VIA Velocity support"
45 depends on (PCI || (OF_ADDRESS && OF_IRQ))
51 If you have a VIA "Velocity" based network card say Y here.
53 To compile this driver as a module, choose M here. The module
54 will be called via-velocity.
56 endif # NET_VENDOR_VIA