Kconfig 3.9 KB

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