Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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 ARM_ETHER1
  20. tristate "Acorn Ether1 support"
  21. depends on ARM && ARCH_ACORN
  22. ---help---
  23. If you have an Acorn system with one of these (AKA25) network cards,
  24. you should say Y to this option if you wish to use it with Linux.
  25. config BVME6000_NET
  26. tristate "BVME6000 Ethernet support"
  27. depends on BVME6000
  28. ---help---
  29. This is the driver for the Ethernet interface on BVME4000 and
  30. BVME6000 VME boards. Say Y here to include the driver for this chip
  31. in your kernel.
  32. To compile this driver as a module, choose M here.
  33. config EEXPRESS
  34. tristate "EtherExpress 16 support"
  35. depends on ISA
  36. ---help---
  37. If you have an EtherExpress16 network (Ethernet) card, say Y and
  38. read the Ethernet-HOWTO, available from
  39. <http://www.tldp.org/docs.html#howto>. Note that the Intel
  40. EtherExpress16 card used to be regarded as a very poor choice
  41. because the driver was very unreliable. We now have a new driver
  42. that should do better.
  43. To compile this driver as a module, choose M here. The module
  44. will be called eexpress.
  45. config EEXPRESS_PRO
  46. tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
  47. depends on ISA
  48. ---help---
  49. If you have a network (Ethernet) card of this type, say Y. This
  50. driver supports Intel i82595{FX,TX} based boards. Note however
  51. that the EtherExpress PRO/100 Ethernet card has its own separate
  52. driver. Please read the Ethernet-HOWTO, available from
  53. <http://www.tldp.org/docs.html#howto>.
  54. To compile this driver as a module, choose M here. The module
  55. will be called eepro.
  56. config LASI_82596
  57. tristate "Lasi ethernet"
  58. depends on GSC
  59. ---help---
  60. Say Y here to support the builtin Intel 82596 ethernet controller
  61. found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
  62. config MVME16x_NET
  63. tristate "MVME16x Ethernet support"
  64. depends on MVME16x
  65. ---help---
  66. This is the driver for the Ethernet interface on the Motorola
  67. MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
  68. driver for this chip in your kernel.
  69. To compile this driver as a module, choose M here.
  70. config NI52
  71. tristate "NI5210 support"
  72. depends on ISA
  73. ---help---
  74. If you have a network (Ethernet) card of this type, say Y and read
  75. the Ethernet-HOWTO, available from
  76. <http://www.tldp.org/docs.html#howto>.
  77. To compile this driver as a module, choose M here. The module
  78. will be called ni52.
  79. config SNI_82596
  80. tristate "SNI RM ethernet"
  81. depends on SNI_RM
  82. ---help---
  83. Say Y here to support the on-board Intel 82596 ethernet controller
  84. built into SNI RM machines.
  85. config SUN3_82586
  86. bool "Sun3 on-board Intel 82586 support"
  87. depends on SUN3
  88. ---help---
  89. This driver enables support for the on-board Intel 82586 based
  90. Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
  91. that this driver does not support 82586-based adapters on additional
  92. VME boards.
  93. config ZNET
  94. tristate "Zenith Z-Note support (EXPERIMENTAL)"
  95. depends on EXPERIMENTAL && ISA_DMA_API && X86
  96. ---help---
  97. The Zenith Z-Note notebook computer has a built-in network
  98. (Ethernet) card, and this is the Linux driver for it. Note that the
  99. IBM Thinkpad 300 is compatible with the Z-Note and is also supported
  100. by this driver. Read the Ethernet-HOWTO, available from
  101. <http://www.tldp.org/docs.html#howto>.
  102. endif # NET_VENDOR_I825XX