Kconfig 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #
  2. # D-Link device configuration
  3. #
  4. config NET_VENDOR_DLINK
  5. bool "D-Link devices"
  6. default y
  7. depends on PCI || PARPORT
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  12. Note that the answer to this question doesn't directly affect the
  13. kernel: saying N will just cause the configurator to skip all
  14. the questions about D-Link devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_DLINK
  17. config DE600
  18. tristate "D-Link DE600 pocket adapter support"
  19. depends on PARPORT
  20. ---help---
  21. This is a network (Ethernet) device which attaches to your parallel
  22. port. Read <file:Documentation/networking/DLINK.txt> as well as the
  23. Ethernet-HOWTO, available from
  24. <http://www.tldp.org/docs.html#howto>, if you want to use
  25. this. It is possible to have several devices share a single parallel
  26. port and it is safe to compile the corresponding drivers into the
  27. kernel.
  28. To compile this driver as a module, choose M here: the module
  29. will be called de600.
  30. config DE620
  31. tristate "D-Link DE620 pocket adapter support"
  32. depends on PARPORT
  33. ---help---
  34. This is a network (Ethernet) device which attaches to your parallel
  35. port. Read <file:Documentation/networking/DLINK.txt> as well as the
  36. Ethernet-HOWTO, available from
  37. <http://www.tldp.org/docs.html#howto>, if you want to use
  38. this. It is possible to have several devices share a single parallel
  39. port and it is safe to compile the corresponding drivers into the
  40. kernel.
  41. To compile this driver as a module, choose M here: the module
  42. will be called de620.
  43. config DL2K
  44. tristate "DL2000/TC902x-based Gigabit Ethernet support"
  45. depends on PCI
  46. select CRC32
  47. ---help---
  48. This driver supports DL2000/TC902x-based Gigabit ethernet cards,
  49. which includes
  50. D-Link DGE-550T Gigabit Ethernet Adapter.
  51. D-Link DL2000-based Gigabit Ethernet Adapter.
  52. Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
  53. To compile this driver as a module, choose M here: the
  54. module will be called dl2k.
  55. config SUNDANCE
  56. tristate "Sundance Alta support"
  57. depends on PCI
  58. select CRC32
  59. select NET_CORE
  60. select MII
  61. ---help---
  62. This driver is for the Sundance "Alta" chip.
  63. More specific information and updates are available from
  64. <http://www.scyld.com/network/sundance.html>.
  65. config SUNDANCE_MMIO
  66. bool "Use MMIO instead of PIO"
  67. depends on SUNDANCE
  68. ---help---
  69. Enable memory-mapped I/O for interaction with Sundance NIC registers.
  70. Do NOT enable this by default, PIO (enabled when MMIO is disabled)
  71. is known to solve bugs on certain chips.
  72. If unsure, say N.
  73. endif # NET_VENDOR_DLINK