Kconfig 1.6 KB

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