Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Alteon network device configuration
  3. #
  4. config NET_VENDOR_ALTEON
  5. bool "Alteon devices"
  6. default y
  7. depends on PCI
  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. kernel: saying N will just cause the configurator to skip all
  14. the questions about Alteon cards. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_ALTEON
  17. config ACENIC
  18. tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
  19. depends on PCI
  20. ---help---
  21. Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
  22. GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
  23. adapter. The driver allows for using the Jumbo Frame option (9000
  24. bytes/frame) however it requires that your switches can handle this
  25. as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
  26. line.
  27. To compile this driver as a module, choose M here: the
  28. module will be called acenic.
  29. config ACENIC_OMIT_TIGON_I
  30. bool "Omit support for old Tigon I based AceNICs"
  31. depends on ACENIC
  32. ---help---
  33. Say Y here if you only have Tigon II based AceNICs and want to leave
  34. out support for the older Tigon I based cards which are no longer
  35. being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
  36. version)). This will reduce the size of the driver object by
  37. app. 100KB. If you are not sure whether your card is a Tigon I or a
  38. Tigon II, say N here.
  39. The safe and default value for this is N.
  40. endif # NET_VENDOR_ALTEON