Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # D-Link device configuration
  3. #
  4. config NET_VENDOR_DLINK
  5. bool "D-Link devices"
  6. default y
  7. depends on PCI
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about D-Link devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_DLINK
  15. config DL2K
  16. tristate "DL2000/TC902x-based Gigabit Ethernet support"
  17. depends on PCI
  18. select CRC32
  19. ---help---
  20. This driver supports DL2000/TC902x-based Gigabit ethernet cards,
  21. which includes
  22. D-Link DGE-550T Gigabit Ethernet Adapter.
  23. D-Link DL2000-based Gigabit Ethernet Adapter.
  24. Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
  25. To compile this driver as a module, choose M here: the
  26. module will be called dl2k.
  27. config SUNDANCE
  28. tristate "Sundance Alta support"
  29. depends on PCI
  30. select CRC32
  31. select MII
  32. ---help---
  33. This driver is for the Sundance "Alta" chip.
  34. More specific information and updates are available from
  35. <http://www.scyld.com/network/sundance.html>.
  36. config SUNDANCE_MMIO
  37. bool "Use MMIO instead of PIO"
  38. depends on SUNDANCE
  39. ---help---
  40. Enable memory-mapped I/O for interaction with Sundance NIC registers.
  41. Do NOT enable this by default, PIO (enabled when MMIO is disabled)
  42. is known to solve bugs on certain chips.
  43. If unsure, say N.
  44. endif # NET_VENDOR_DLINK