Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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_FMVJ18X
  20. tristate "Fujitsu FMV-J18x PCMCIA support"
  21. select CRC32
  22. help
  23. Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
  24. PCMCIA (PC-card) Ethernet card to your computer.
  25. To compile this driver as a module, choose M here: the module will be
  26. called fmvj18x_cs. If unsure, say N.
  27. config PCMCIA_PCNET
  28. tristate "NE2000 compatible PCMCIA support"
  29. select CRC32
  30. help
  31. Say Y here if you intend to attach an NE2000 compatible PCMCIA
  32. (PC-card) Ethernet or Fast Ethernet card to your computer.
  33. To compile this driver as a module, choose M here: the module will be
  34. called pcnet_cs. If unsure, say N.
  35. config PCMCIA_NMCLAN
  36. tristate "New Media PCMCIA support"
  37. help
  38. Say Y here if you intend to attach a New Media Ethernet or LiveWire
  39. PCMCIA (PC-card) Ethernet card to your computer.
  40. To compile this driver as a module, choose M here: the module will be
  41. called nmclan_cs. If unsure, say N.
  42. config PCMCIA_SMC91C92
  43. tristate "SMC 91Cxx PCMCIA support"
  44. select CRC32
  45. select MII
  46. help
  47. Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
  48. (PC-card) Ethernet or Fast Ethernet card to your computer.
  49. To compile this driver as a module, choose M here: the module will be
  50. called smc91c92_cs. If unsure, say N.
  51. config PCMCIA_XIRC2PS
  52. tristate "Xircom 16-bit PCMCIA support"
  53. help
  54. Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
  55. Ethernet or Fast Ethernet card to your computer.
  56. To compile this driver as a module, choose M here: the module will be
  57. called xirc2ps_cs. If unsure, say N.
  58. config PCMCIA_AXNET
  59. tristate "Asix AX88190 PCMCIA support"
  60. ---help---
  61. Say Y here if you intend to attach an Asix AX88190-based PCMCIA
  62. (PC-card) Fast Ethernet card to your computer. These cards are
  63. nearly NE2000 compatible but need a separate driver due to a few
  64. misfeatures.
  65. To compile this driver as a module, choose M here: the module will be
  66. called axnet_cs. If unsure, say N.
  67. config ARCNET_COM20020_CS
  68. tristate "COM20020 ARCnet PCMCIA support"
  69. depends on ARCNET_COM20020
  70. help
  71. Say Y here if you intend to attach this type of ARCnet PCMCIA card
  72. to your computer.
  73. To compile this driver as a module, choose M here: the module will be
  74. called com20020_cs. If unsure, say N.
  75. config PCMCIA_IBMTR
  76. tristate "IBM PCMCIA tokenring adapter support"
  77. depends on IBMTR!=y && TR
  78. help
  79. Say Y here if you intend to attach this type of Token Ring PCMCIA
  80. card to your computer. You then also need to say Y to "Token Ring
  81. driver support".
  82. To compile this driver as a module, choose M here: the module will be
  83. called ibmtr_cs.
  84. endif # NET_PCMCIA