Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Packet Engines device configuration
  4. #
  5. config NET_VENDOR_PACKET_ENGINES
  6. bool "Packet Engines devices"
  7. default y
  8. depends on PCI
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  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 Engines devices. If you say Y, you will
  14. be asked for your specific card in the following questions.
  15. if NET_VENDOR_PACKET_ENGINES
  16. config HAMACHI
  17. tristate "Packet Engines Hamachi GNIC-II support"
  18. depends on PCI
  19. select MII
  20. ---help---
  21. If you have a Gigabit Ethernet card of this type, say Y here.
  22. To compile this driver as a module, choose M here. The module will be
  23. called hamachi.
  24. config YELLOWFIN
  25. tristate "Packet Engines Yellowfin Gigabit-NIC support"
  26. depends on PCI
  27. select CRC32
  28. ---help---
  29. Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
  30. adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
  31. used by the Beowulf Linux cluster project. See
  32. <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
  33. information about this driver in particular and Beowulf in general.
  34. To compile this driver as a module, choose M here: the module
  35. will be called yellowfin. This is recommended.
  36. endif # NET_VENDOR_PACKET_ENGINES