Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | d7058a7 | 2011-06-25 03:18:24 -0700 | [diff] [blame] | 2 | # |
| 3 | # Davicom device configuration |
| 4 | # |
| 5 | |
| 6 | config DM9000 |
| 7 | tristate "DM9000 support" |
Arnd Bergmann | a687a53 | 2018-03-07 23:30:54 +0100 | [diff] [blame] | 8 | depends on ARM || MIPS || COLDFIRE || NIOS2 |
Jeff Kirsher | d7058a7 | 2011-06-25 03:18:24 -0700 | [diff] [blame] | 9 | select CRC32 |
| 10 | select MII |
| 11 | ---help--- |
| 12 | Support for DM9000 chipset. |
| 13 | |
| 14 | To compile this driver as a module, choose M here. The module |
| 15 | will be called dm9000. |
| 16 | |
Jeff Kirsher | d7058a7 | 2011-06-25 03:18:24 -0700 | [diff] [blame] | 17 | config DM9000_FORCE_SIMPLE_PHY_POLL |
| 18 | bool "Force simple NSR based PHY polling" |
| 19 | depends on DM9000 |
| 20 | ---help--- |
| 21 | This configuration forces the DM9000 to use the NSR's LinkStatus |
| 22 | bit to determine if the link is up or down instead of the more |
| 23 | costly MII PHY reads. Note, this will not work if the chip is |
| 24 | operating with an external PHY. |