Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 2 | # |
| 3 | # D-Link device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_DLINK |
| 7 | bool "D-Link devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 8 | default y |
Paul Gortmaker | 168e06ae | 2013-01-09 20:30:26 -0500 | [diff] [blame] | 9 | depends on PCI |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 10 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 12 | |
| 13 | Note that the answer to this question doesn't directly affect the |
| 14 | kernel: saying N will just cause the configurator to skip all |
| 15 | the questions about D-Link devices. If you say Y, you will be asked for |
| 16 | your specific card in the following questions. |
| 17 | |
| 18 | if NET_VENDOR_DLINK |
| 19 | |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 20 | config DL2K |
Ondrej Zary | c3f45d3 | 2015-11-15 22:36:11 +0100 | [diff] [blame] | 21 | tristate "DL2000/TC902x/IP1000A-based Gigabit Ethernet support" |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 22 | depends on PCI |
| 23 | select CRC32 |
| 24 | ---help--- |
Ondrej Zary | c3f45d3 | 2015-11-15 22:36:11 +0100 | [diff] [blame] | 25 | This driver supports DL2000/TC902x/IP1000A-based Gigabit ethernet cards, |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 26 | which includes |
| 27 | D-Link DGE-550T Gigabit Ethernet Adapter. |
| 28 | D-Link DL2000-based Gigabit Ethernet Adapter. |
| 29 | Sundance/Tamarack TC902x Gigabit Ethernet Adapter. |
Ondrej Zary | c3f45d3 | 2015-11-15 22:36:11 +0100 | [diff] [blame] | 30 | ICPlus IP1000A-based cards |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 31 | |
| 32 | To compile this driver as a module, choose M here: the |
| 33 | module will be called dl2k. |
| 34 | |
| 35 | config SUNDANCE |
| 36 | tristate "Sundance Alta support" |
| 37 | depends on PCI |
| 38 | select CRC32 |
Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame] | 39 | select MII |
| 40 | ---help--- |
| 41 | This driver is for the Sundance "Alta" chip. |
| 42 | More specific information and updates are available from |
| 43 | <http://www.scyld.com/network/sundance.html>. |
| 44 | |
| 45 | config SUNDANCE_MMIO |
| 46 | bool "Use MMIO instead of PIO" |
| 47 | depends on SUNDANCE |
| 48 | ---help--- |
| 49 | Enable memory-mapped I/O for interaction with Sundance NIC registers. |
| 50 | Do NOT enable this by default, PIO (enabled when MMIO is disabled) |
| 51 | is known to solve bugs on certain chips. |
| 52 | |
| 53 | If unsure, say N. |
| 54 | |
| 55 | endif # NET_VENDOR_DLINK |