# # Davicom device configuration # config [31mCONFIG_DM9000[0m tristate "DM9000 support" depends on [31mCONFIG_ARM[0m || [31mCONFIG_BLACKFIN[0m || [31mCONFIG_MIPS[0m || [31mCONFIG_COLDFIRE[0m || [31mCONFIG_NIOS2[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_MII[0m ---help--- Support for [31mCONFIG_DM9000[0m chipset. To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called dm9000. config [31mCONFIG_DM9000_FORCE_SIMPLE_PHY_POLL[0m bool "Force simple NSR based PHY polling" depends on [31mCONFIG_DM9000[0m ---help--- This configuration forces the [31mCONFIG_DM9000[0m to use the NSR's LinkStatus bit to determine if the link is up or down instead of the more costly [31mCONFIG_MII[0m PHY reads. Note, this will not work if the chip is operating with an external PHY. |