Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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_XIRC2PS
  28. tristate "Xircom 16-bit PCMCIA support"
  29. help
  30. Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
  31. Ethernet or Fast Ethernet card to your computer.
  32. To compile this driver as a module, choose M here: the module will be
  33. called xirc2ps_cs. If unsure, say N.
  34. config ARCNET_COM20020_CS
  35. tristate "COM20020 ARCnet PCMCIA support"
  36. depends on ARCNET_COM20020
  37. help
  38. Say Y here if you intend to attach this type of ARCnet PCMCIA card
  39. to your computer.
  40. To compile this driver as a module, choose M here: the module will be
  41. called com20020_cs. If unsure, say N.
  42. config PCMCIA_IBMTR
  43. tristate "IBM PCMCIA tokenring adapter support"
  44. depends on IBMTR!=y && TR
  45. help
  46. Say Y here if you intend to attach this type of Token Ring PCMCIA
  47. card to your computer. You then also need to say Y to "Token Ring
  48. driver support".
  49. To compile this driver as a module, choose M here: the module will be
  50. called ibmtr_cs.
  51. endif # NET_PCMCIA