1 # SPDX-License-Identifier: GPL-2.0-only
3 # VIA device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about VIA devices. If you say Y, you will be asked for
15 your specific card in the following questions.
20 tristate "VIA Rhine support"
21 depends on PCI || (OF_IRQ && GENERIC_PCI_IOMAP)
22 depends on PCI || ARCH_VT8500 || COMPILE_TEST
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
32 To compile this driver as a module, choose M here. The module
33 will be called via-rhine.
36 bool "Use MMIO instead of PIO"
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.
46 tristate "VIA Velocity support"
47 depends on (PCI || (OF_ADDRESS && OF_IRQ))
53 If you have a VIA "Velocity" based network card say Y here.
55 To compile this driver as a module, choose M here. The module
56 will be called via-velocity.
58 endif # NET_VENDOR_VIA