Kconfig 832 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Fujitsu Network device configuration
  4. #
  5. config NET_VENDOR_FUJITSU
  6. bool "Fujitsu 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. the questions about Fujitsu cards. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_FUJITSU
  15. config PCMCIA_FMVJ18X
  16. tristate "Fujitsu FMV-J18x PCMCIA support"
  17. depends on PCMCIA
  18. select CRC32
  19. help
  20. Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
  21. PCMCIA (PC-card) Ethernet card to your computer.
  22. To compile this driver as a module, choose M here: the module will be
  23. called fmvj18x_cs. If unsure, say N.
  24. endif # NET_VENDOR_FUJITSU