Jeff Kirsher | 3401299 | 2011-05-20 00:04:35 -0700 | [diff] [blame^] | 1 | # |
| 2 | # D-Link device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_DLINK |
| 6 | bool "D-Link devices" |
| 7 | depends on PCI || PARPORT |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) card belonging to this class, say Y |
| 10 | and read the Ethernet-HOWTO, available from |
| 11 | <http://www.tldp.org/docs.html#howto>. |
| 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 | |
| 20 | config DE600 |
| 21 | tristate "D-Link DE600 pocket adapter support" |
| 22 | depends on PARPORT |
| 23 | ---help--- |
| 24 | This is a network (Ethernet) device which attaches to your parallel |
| 25 | port. Read <file:Documentation/networking/DLINK.txt> as well as the |
| 26 | Ethernet-HOWTO, available from |
| 27 | <http://www.tldp.org/docs.html#howto>, if you want to use |
| 28 | this. It is possible to have several devices share a single parallel |
| 29 | port and it is safe to compile the corresponding drivers into the |
| 30 | kernel. |
| 31 | |
| 32 | To compile this driver as a module, choose M here: the module |
| 33 | will be called de600. |
| 34 | |
| 35 | config DE620 |
| 36 | tristate "D-Link DE620 pocket adapter support" |
| 37 | depends on PARPORT |
| 38 | ---help--- |
| 39 | This is a network (Ethernet) device which attaches to your parallel |
| 40 | port. Read <file:Documentation/networking/DLINK.txt> as well as the |
| 41 | Ethernet-HOWTO, available from |
| 42 | <http://www.tldp.org/docs.html#howto>, if you want to use |
| 43 | this. It is possible to have several devices share a single parallel |
| 44 | port and it is safe to compile the corresponding drivers into the |
| 45 | kernel. |
| 46 | |
| 47 | To compile this driver as a module, choose M here: the module |
| 48 | will be called de620. |
| 49 | |
| 50 | config DL2K |
| 51 | tristate "DL2000/TC902x-based Gigabit Ethernet support" |
| 52 | depends on PCI |
| 53 | select CRC32 |
| 54 | ---help--- |
| 55 | This driver supports DL2000/TC902x-based Gigabit ethernet cards, |
| 56 | which includes |
| 57 | D-Link DGE-550T Gigabit Ethernet Adapter. |
| 58 | D-Link DL2000-based Gigabit Ethernet Adapter. |
| 59 | Sundance/Tamarack TC902x Gigabit Ethernet Adapter. |
| 60 | |
| 61 | To compile this driver as a module, choose M here: the |
| 62 | module will be called dl2k. |
| 63 | |
| 64 | config SUNDANCE |
| 65 | tristate "Sundance Alta support" |
| 66 | depends on PCI |
| 67 | select CRC32 |
| 68 | select MII |
| 69 | ---help--- |
| 70 | This driver is for the Sundance "Alta" chip. |
| 71 | More specific information and updates are available from |
| 72 | <http://www.scyld.com/network/sundance.html>. |
| 73 | |
| 74 | config SUNDANCE_MMIO |
| 75 | bool "Use MMIO instead of PIO" |
| 76 | depends on SUNDANCE |
| 77 | ---help--- |
| 78 | Enable memory-mapped I/O for interaction with Sundance NIC registers. |
| 79 | Do NOT enable this by default, PIO (enabled when MMIO is disabled) |
| 80 | is known to solve bugs on certain chips. |
| 81 | |
| 82 | If unsure, say N. |
| 83 | |
| 84 | endif # NET_VENDOR_DLINK |