.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Davicom device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
7 | 8 | depends on ARM || MIPS || COLDFIRE || NIOS2 |
---|
8 | 9 | select CRC32 |
---|
9 | 10 | select MII |
---|
10 | | - ---help--- |
---|
| 11 | + help |
---|
11 | 12 | Support for DM9000 chipset. |
---|
12 | 13 | |
---|
13 | 14 | To compile this driver as a module, choose M here. The module |
---|
.. | .. |
---|
16 | 17 | config DM9000_FORCE_SIMPLE_PHY_POLL |
---|
17 | 18 | bool "Force simple NSR based PHY polling" |
---|
18 | 19 | depends on DM9000 |
---|
19 | | - ---help--- |
---|
| 20 | + help |
---|
20 | 21 | This configuration forces the DM9000 to use the NSR's LinkStatus |
---|
21 | 22 | bit to determine if the link is up or down instead of the more |
---|
22 | 23 | costly MII PHY reads. Note, this will not work if the chip is |
---|