Kconfig 899 B

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