Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. #
  2. # Intel 82596/82593/82596 network device configuration
  3. #
  4. config NET_VENDOR_I825XX
  5. bool "Intel (82586/82593/82596) devices"
  6. default y
  7. depends on NET_VENDOR_INTEL && (ISA || ISA_DMA_API || ARM || \
  8. ARCH_ACORN || SNI_RM || SUN3 || \
  9. GSC || BVME6000 || MVME16x || EXPERIMENTAL)
  10. ---help---
  11. If you have a network (Ethernet) card belonging to this class, say Y
  12. and read the Ethernet-HOWTO, available from
  13. <http://www.tldp.org/docs.html#howto>.
  14. Note that the answer to this question does not directly affect the
  15. kernel: saying N will just cause the configurator to skip all
  16. the questions about these devices. If you say Y, you will be asked for
  17. your specific card in the following questions.
  18. if NET_VENDOR_I825XX
  19. config ELPLUS
  20. tristate "3c505 \"EtherLink Plus\" support"
  21. depends on ISA && ISA_DMA_API
  22. ---help---
  23. Information about this network (Ethernet) card can be found in
  24. <file:Documentation/networking/3c505.txt>. If you have a card of
  25. this type, say Y and read the Ethernet-HOWTO, available from
  26. <http://www.tldp.org/docs.html#howto>.
  27. To compile this driver as a module, choose M here. The module
  28. will be called 3c505.
  29. config EL16
  30. tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)"
  31. depends on ISA && EXPERIMENTAL
  32. ---help---
  33. If you have a network (Ethernet) card of this type, say Y and read
  34. the Ethernet-HOWTO, available from
  35. <http://www.tldp.org/docs.html#howto>.
  36. To compile this driver as a module, choose M here. The module
  37. will be called 3c507.
  38. config ARM_ETHER1
  39. tristate "Acorn Ether1 support"
  40. depends on ARM && ARCH_ACORN
  41. ---help---
  42. If you have an Acorn system with one of these (AKA25) network cards,
  43. you should say Y to this option if you wish to use it with Linux.
  44. config BVME6000_NET
  45. tristate "BVME6000 Ethernet support"
  46. depends on BVME6000
  47. ---help---
  48. This is the driver for the Ethernet interface on BVME4000 and
  49. BVME6000 VME boards. Say Y here to include the driver for this chip
  50. in your kernel.
  51. To compile this driver as a module, choose M here.
  52. config EEXPRESS
  53. tristate "EtherExpress 16 support"
  54. depends on ISA
  55. ---help---
  56. If you have an EtherExpress16 network (Ethernet) card, say Y and
  57. read the Ethernet-HOWTO, available from
  58. <http://www.tldp.org/docs.html#howto>. Note that the Intel
  59. EtherExpress16 card used to be regarded as a very poor choice
  60. because the driver was very unreliable. We now have a new driver
  61. that should do better.
  62. To compile this driver as a module, choose M here. The module
  63. will be called eexpress.
  64. config EEXPRESS_PRO
  65. tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
  66. depends on ISA
  67. ---help---
  68. If you have a network (Ethernet) card of this type, say Y. This
  69. driver supports Intel i82595{FX,TX} based boards. Note however
  70. that the EtherExpress PRO/100 Ethernet card has its own separate
  71. driver. Please read the Ethernet-HOWTO, available from
  72. <http://www.tldp.org/docs.html#howto>.
  73. To compile this driver as a module, choose M here. The module
  74. will be called eepro.
  75. config LASI_82596
  76. tristate "Lasi ethernet"
  77. depends on GSC
  78. ---help---
  79. Say Y here to support the builtin Intel 82596 ethernet controller
  80. found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
  81. config MVME16x_NET
  82. tristate "MVME16x Ethernet support"
  83. depends on MVME16x
  84. ---help---
  85. This is the driver for the Ethernet interface on the Motorola
  86. MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
  87. driver for this chip in your kernel.
  88. To compile this driver as a module, choose M here.
  89. config NI52
  90. tristate "NI5210 support"
  91. depends on ISA
  92. ---help---
  93. If you have a network (Ethernet) card of this type, say Y and read
  94. the Ethernet-HOWTO, available from
  95. <http://www.tldp.org/docs.html#howto>.
  96. To compile this driver as a module, choose M here. The module
  97. will be called ni52.
  98. config SNI_82596
  99. tristate "SNI RM ethernet"
  100. depends on SNI_RM
  101. ---help---
  102. Say Y here to support the on-board Intel 82596 ethernet controller
  103. built into SNI RM machines.
  104. config SUN3_82586
  105. bool "Sun3 on-board Intel 82586 support"
  106. depends on SUN3
  107. ---help---
  108. This driver enables support for the on-board Intel 82586 based
  109. Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
  110. that this driver does not support 82586-based adapters on additional
  111. VME boards.
  112. config ZNET
  113. tristate "Zenith Z-Note support (EXPERIMENTAL)"
  114. depends on EXPERIMENTAL && ISA_DMA_API && X86
  115. ---help---
  116. The Zenith Z-Note notebook computer has a built-in network
  117. (Ethernet) card, and this is the Linux driver for it. Note that the
  118. IBM Thinkpad 300 is compatible with the Z-Note and is also supported
  119. by this driver. Read the Ethernet-HOWTO, available from
  120. <http://www.tldp.org/docs.html#howto>.
  121. endif # NET_VENDOR_I825XX