Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Fujitsu Network device configuration
  3. #
  4. config NET_VENDOR_FUJITSU
  5. bool "Fujitsu devices"
  6. default y
  7. depends on ISA || PCMCIA || ((ISA || MCA_LEGACY) && EXPERIMENTAL)
  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 AT1700
  17. tristate "AT1700/1720 support (EXPERIMENTAL)"
  18. depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
  19. select CRC32
  20. ---help---
  21. If you have a network (Ethernet) card of this type, say Y and read
  22. the Ethernet-HOWTO, available from
  23. <http://www.tldp.org/docs.html#howto>.
  24. To compile this driver as a module, choose M here. The module
  25. will be called at1700.
  26. config PCMCIA_FMVJ18X
  27. tristate "Fujitsu FMV-J18x PCMCIA support"
  28. depends on PCMCIA
  29. select CRC32
  30. ---help---
  31. Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
  32. PCMCIA (PC-card) Ethernet card to your computer.
  33. To compile this driver as a module, choose M here: the module will be
  34. called fmvj18x_cs. If unsure, say N.
  35. config ETH16I
  36. tristate "ICL EtherTeam 16i/32 support"
  37. depends on ISA
  38. ---help---
  39. If you have a network (Ethernet) card of this type, say Y and read
  40. the Ethernet-HOWTO, available from
  41. <http://www.tldp.org/docs.html#howto>.
  42. To compile this driver as a module, choose M here. The module
  43. will be called eth16i.
  44. endif # NET_VENDOR_FUJITSU