Kconfig 874 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Xircom network device configuration
  4. #
  5. config NET_VENDOR_XIRCOM
  6. bool "Xircom devices"
  7. default y
  8. depends on PCMCIA
  9. help
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about Xircom cards. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_XIRCOM
  16. config PCMCIA_XIRC2PS
  17. tristate "Xircom 16-bit PCMCIA support"
  18. depends on PCMCIA
  19. help
  20. Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
  21. Ethernet or Fast Ethernet card to your computer.
  22. To compile this driver as a module, choose M here: the module will be
  23. called xirc2ps_cs. If unsure, say N.
  24. endif # NET_VENDOR_XIRCOM