.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # D-Link device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "D-Link devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
20 | 21 | tristate "DL2000/TC902x/IP1000A-based Gigabit Ethernet support" |
---|
21 | 22 | depends on PCI |
---|
22 | 23 | select CRC32 |
---|
23 | | - ---help--- |
---|
| 24 | + help |
---|
24 | 25 | This driver supports DL2000/TC902x/IP1000A-based Gigabit ethernet cards, |
---|
25 | 26 | which includes |
---|
26 | 27 | D-Link DGE-550T Gigabit Ethernet Adapter. |
---|
.. | .. |
---|
36 | 37 | depends on PCI |
---|
37 | 38 | select CRC32 |
---|
38 | 39 | select MII |
---|
39 | | - ---help--- |
---|
| 40 | + help |
---|
40 | 41 | This driver is for the Sundance "Alta" chip. |
---|
41 | 42 | More specific information and updates are available from |
---|
42 | 43 | <http://www.scyld.com/network/sundance.html>. |
---|
.. | .. |
---|
44 | 45 | config SUNDANCE_MMIO |
---|
45 | 46 | bool "Use MMIO instead of PIO" |
---|
46 | 47 | depends on SUNDANCE |
---|
47 | | - ---help--- |
---|
| 48 | + help |
---|
48 | 49 | Enable memory-mapped I/O for interaction with Sundance NIC registers. |
---|
49 | 50 | Do NOT enable this by default, PIO (enabled when MMIO is disabled) |
---|
50 | 51 | is known to solve bugs on certain chips. |
---|