Kconfig 1.5 KB

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