Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # Packet engine device configuration
  3. #
  4. config NET_PACKET_ENGINE
  5. bool "Packet Engine devices"
  6. depends on PCI
  7. ---help---
  8. If you have a network (Ethernet) card belonging to this class, say Y
  9. and read the Ethernet-HOWTO, available from
  10. <http://www.tldp.org/docs.html#howto>.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about packet engine devices. If you say Y, you will
  14. be asked for your specific card in the following questions.
  15. if NET_PACKET_ENGINE
  16. config HAMACHI
  17. tristate "Packet Engines Hamachi GNIC-II support"
  18. depends on PCI
  19. select NET_CORE
  20. select MII
  21. ---help---
  22. If you have a Gigabit Ethernet card of this type, say Y and read
  23. the Ethernet-HOWTO, available from
  24. <http://www.tldp.org/docs.html#howto>.
  25. To compile this driver as a module, choose M here. The module will be
  26. called hamachi.
  27. config YELLOWFIN
  28. tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
  29. depends on PCI && EXPERIMENTAL
  30. select CRC32
  31. ---help---
  32. Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
  33. adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
  34. used by the Beowulf Linux cluster project. See
  35. <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
  36. information about this driver in particular and Beowulf in general.
  37. To compile this driver as a module, choose M here: the module
  38. will be called yellowfin. This is recommended.
  39. endif # NET_PACKET_ENGINE