Kconfig 1.7 KB

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