diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 287d0873c60d..4d69474b6125 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -938,6 +938,15 @@ config DM9000 | |||
938 | To compile this driver as a module, choose M here. The module | 938 | To compile this driver as a module, choose M here. The module |
939 | will be called dm9000. | 939 | will be called dm9000. |
940 | 940 | ||
941 | config DM9000_FORCE_SIMPLE_PHY_POLL | ||
942 | bool "Force simple NSR based PHY polling" | ||
943 | depends on DM9000 | ||
944 | ---help--- | ||
945 | This configuration forces the DM9000 to use the NSR's LinkStatus | ||
946 | bit to determine if the link is up or down instead of the more | ||
947 | costly MII PHY reads. Note, this will not work if the chip is | ||
948 | operating with an external PHY. | ||
949 | |||
941 | config ENC28J60 | 950 | config ENC28J60 |
942 | tristate "ENC28J60 support" | 951 | tristate "ENC28J60 support" |
943 | depends on EXPERIMENTAL && SPI && NET_ETHERNET | 952 | depends on EXPERIMENTAL && SPI && NET_ETHERNET |