Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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 ARCNET_COM20020_CS
  20. tristate "COM20020 ARCnet PCMCIA support"
  21. depends on ARCNET_COM20020
  22. help
  23. Say Y here if you intend to attach this type of ARCnet PCMCIA card
  24. to your computer.
  25. To compile this driver as a module, choose M here: the module will be
  26. called com20020_cs. If unsure, say N.
  27. endif # NET_PCMCIA