Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 1 | # |
| 2 | # VIA device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_VIA |
| 6 | bool "VIA devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 8 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 9 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 10 | |
| 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. |
| 15 | |
| 16 | if NET_VENDOR_VIA |
| 17 | |
| 18 | config VIA_RHINE |
| 19 | tristate "VIA Rhine support" |
Sudip Mukherjee | 21343ac | 2015-09-24 15:46:53 +0530 | [diff] [blame] | 20 | depends on PCI || (OF_IRQ && GENERIC_PCI_IOMAP) |
Geert Uytterhoeven | 0f8b6ce | 2015-06-26 14:08:22 +0200 | [diff] [blame] | 21 | depends on HAS_DMA |
Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 22 | select CRC32 |
| 23 | select MII |
| 24 | ---help--- |
| 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 |
| 28 | (e.g. VT8235). |
| 29 | |
| 30 | To compile this driver as a module, choose M here. The module |
| 31 | will be called via-rhine. |
| 32 | |
| 33 | config VIA_RHINE_MMIO |
| 34 | bool "Use MMIO instead of PIO" |
| 35 | depends on VIA_RHINE |
| 36 | ---help--- |
| 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. |
| 40 | |
| 41 | If unsure, say Y. |
| 42 | |
| 43 | config VIA_VELOCITY |
| 44 | tristate "VIA Velocity support" |
Antonio Borneo | b7d3282 | 2015-06-17 19:42:31 +0800 | [diff] [blame] | 45 | depends on (PCI || (OF_ADDRESS && OF_IRQ)) |
Geert Uytterhoeven | 0f8b6ce | 2015-06-26 14:08:22 +0200 | [diff] [blame] | 46 | depends on HAS_DMA |
Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 47 | select CRC32 |
| 48 | select CRC_CCITT |
Jeff Kirsher | f2148a4 | 2011-05-20 20:43:09 -0700 | [diff] [blame] | 49 | select MII |
| 50 | ---help--- |
| 51 | If you have a VIA "Velocity" based network card say Y here. |
| 52 | |
| 53 | To compile this driver as a module, choose M here. The module |
| 54 | will be called via-velocity. |
| 55 | |
| 56 | endif # NET_VENDOR_VIA |