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