Kconfig 804 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Fujitsu Network device configuration
  3. #
  4. config NET_VENDOR_FUJITSU
  5. bool "Fujitsu devices"
  6. default y
  7. depends on PCMCIA
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. the questions about Fujitsu cards. If you say Y, you will be asked for
  12. your specific card in the following questions.
  13. if NET_VENDOR_FUJITSU
  14. config PCMCIA_FMVJ18X
  15. tristate "Fujitsu FMV-J18x PCMCIA support"
  16. depends on PCMCIA
  17. select CRC32
  18. ---help---
  19. Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
  20. PCMCIA (PC-card) Ethernet card to your computer.
  21. To compile this driver as a module, choose M here: the module will be
  22. called fmvj18x_cs. If unsure, say N.
  23. endif # NET_VENDOR_FUJITSU