Kconfig 641 B

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