Kconfig 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. #
  2. # PCMCIA Network device configuration
  3. #
  4. menu "PCMCIA network device support"
  5. depends on NETDEVICES && PCMCIA!=n
  6. config NET_PCMCIA
  7. bool "PCMCIA network device support"
  8. ---help---
  9. Say Y if you would like to include support for any PCMCIA or CardBus
  10. network adapters, then say Y to the driver for your particular card
  11. below. PCMCIA- or PC-cards are credit-card size devices often used
  12. with laptops computers; CardBus is the newer and faster version of
  13. PCMCIA.
  14. To use your PC-cards, you will need supporting software from David
  15. Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
  16. for location). You also want to check out the PCMCIA-HOWTO,
  17. available from <http://www.tldp.org/docs.html#howto>.
  18. If unsure, say N.
  19. config PCMCIA_3C589
  20. tristate "3Com 3c589 PCMCIA support"
  21. depends on NET_PCMCIA && PCMCIA
  22. help
  23. Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
  24. (PC-card) Ethernet card to your computer.
  25. To compile this driver as a module, choose M here: the module will be
  26. called 3c589_cs. If unsure, say N.
  27. config PCMCIA_3C574
  28. tristate "3Com 3c574 PCMCIA support"
  29. depends on NET_PCMCIA && PCMCIA
  30. help
  31. Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
  32. (PC-card) Fast Ethernet card to your computer.
  33. To compile this driver as a module, choose M here: the module will be
  34. called 3c574_cs. If unsure, say N.
  35. config PCMCIA_FMVJ18X
  36. tristate "Fujitsu FMV-J18x PCMCIA support"
  37. depends on NET_PCMCIA && PCMCIA
  38. select CRC32
  39. help
  40. Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
  41. PCMCIA (PC-card) Ethernet card to your computer.
  42. To compile this driver as a module, choose M here: the module will be
  43. called fmvj18x_cs. If unsure, say N.
  44. config PCMCIA_PCNET
  45. tristate "NE2000 compatible PCMCIA support"
  46. depends on NET_PCMCIA && PCMCIA
  47. select CRC32
  48. help
  49. Say Y here if you intend to attach an NE2000 compatible PCMCIA
  50. (PC-card) Ethernet or Fast Ethernet card to your computer.
  51. To compile this driver as a module, choose M here: the module will be
  52. called pcnet_cs. If unsure, say N.
  53. config PCMCIA_NMCLAN
  54. tristate "New Media PCMCIA support"
  55. depends on NET_PCMCIA && PCMCIA
  56. help
  57. Say Y here if you intend to attach a New Media Ethernet or LiveWire
  58. PCMCIA (PC-card) Ethernet card to your computer.
  59. To compile this driver as a module, choose M here: the module will be
  60. called nmclan_cs. If unsure, say N.
  61. config PCMCIA_SMC91C92
  62. tristate "SMC 91Cxx PCMCIA support"
  63. depends on NET_PCMCIA && PCMCIA
  64. select CRC32
  65. select MII
  66. help
  67. Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
  68. (PC-card) Ethernet or Fast Ethernet card to your computer.
  69. To compile this driver as a module, choose M here: the module will be
  70. called smc91c92_cs. If unsure, say N.
  71. config PCMCIA_XIRC2PS
  72. tristate "Xircom 16-bit PCMCIA support"
  73. depends on NET_PCMCIA && PCMCIA
  74. help
  75. Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
  76. Ethernet or Fast Ethernet card to your computer.
  77. To compile this driver as a module, choose M here: the module will be
  78. called xirc2ps_cs. If unsure, say N.
  79. config PCMCIA_AXNET
  80. tristate "Asix AX88190 PCMCIA support"
  81. depends on NET_PCMCIA && PCMCIA
  82. ---help---
  83. Say Y here if you intend to attach an Asix AX88190-based PCMCIA
  84. (PC-card) Fast Ethernet card to your computer. These cards are
  85. nearly NE2000 compatible but need a separate driver due to a few
  86. misfeatures.
  87. To compile this driver as a module, choose M here: the module will be
  88. called axnet_cs. If unsure, say N.
  89. config ARCNET_COM20020_CS
  90. tristate "COM20020 ARCnet PCMCIA support"
  91. depends on NET_PCMCIA && ARCNET_COM20020 && PCMCIA
  92. help
  93. Say Y here if you intend to attach this type of ARCnet PCMCIA card
  94. to your computer.
  95. To compile this driver as a module, choose M here: the module will be
  96. called com20020_cs. If unsure, say N.
  97. config PCMCIA_IBMTR
  98. tristate "IBM PCMCIA tokenring adapter support"
  99. depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
  100. help
  101. Say Y here if you intend to attach this type of Token Ring PCMCIA
  102. card to your computer. You then also need to say Y to "Token Ring
  103. driver support".
  104. To compile this driver as a module, choose M here: the module will be
  105. called ibmtr_cs.
  106. endmenu