xref: /linux/drivers/net/ethernet/davicom/Kconfig (revision a687a5337063af99ebd0eebaa6f4b4cf2e07c21b)
1d7058a79SJeff Kirsher#
2d7058a79SJeff Kirsher# Davicom device configuration
3d7058a79SJeff Kirsher#
4d7058a79SJeff Kirsher
5d7058a79SJeff Kirsherconfig DM9000
6d7058a79SJeff Kirsher	tristate "DM9000 support"
7*a687a533SArnd Bergmann	depends on ARM || MIPS || COLDFIRE || NIOS2
8d7058a79SJeff Kirsher	select CRC32
9d7058a79SJeff Kirsher	select MII
10d7058a79SJeff Kirsher	---help---
11d7058a79SJeff Kirsher	  Support for DM9000 chipset.
12d7058a79SJeff Kirsher
13d7058a79SJeff Kirsher	  To compile this driver as a module, choose M here.  The module
14d7058a79SJeff Kirsher	  will be called dm9000.
15d7058a79SJeff Kirsher
16d7058a79SJeff Kirsherconfig DM9000_FORCE_SIMPLE_PHY_POLL
17d7058a79SJeff Kirsher	bool "Force simple NSR based PHY polling"
18d7058a79SJeff Kirsher	depends on DM9000
19d7058a79SJeff Kirsher	---help---
20d7058a79SJeff Kirsher	  This configuration forces the DM9000 to use the NSR's LinkStatus
21d7058a79SJeff Kirsher	  bit to determine if the link is up or down instead of the more
22d7058a79SJeff Kirsher	  costly MII PHY reads. Note, this will not work if the chip is
23d7058a79SJeff Kirsher	  operating with an external PHY.
24