162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Packet Engines device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_PACKET_ENGINES 762306a36Sopenharmony_ci bool "Packet Engines devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on PCI 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about Packet Engines devices. If you say Y, you will 1662306a36Sopenharmony_ci be asked for your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_PACKET_ENGINES 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig HAMACHI 2162306a36Sopenharmony_ci tristate "Packet Engines Hamachi GNIC-II support" 2262306a36Sopenharmony_ci depends on PCI 2362306a36Sopenharmony_ci select MII 2462306a36Sopenharmony_ci help 2562306a36Sopenharmony_ci If you have a Gigabit Ethernet card of this type, say Y here. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ci To compile this driver as a module, choose M here. The module will be 2862306a36Sopenharmony_ci called hamachi. 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ciconfig YELLOWFIN 3162306a36Sopenharmony_ci tristate "Packet Engines Yellowfin Gigabit-NIC support" 3262306a36Sopenharmony_ci depends on PCI 3362306a36Sopenharmony_ci select CRC32 3462306a36Sopenharmony_ci help 3562306a36Sopenharmony_ci Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet 3662306a36Sopenharmony_ci adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is 3762306a36Sopenharmony_ci used by the Beowulf Linux cluster project. See 3862306a36Sopenharmony_ci <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more 3962306a36Sopenharmony_ci information about this driver in particular and Beowulf in general. 4062306a36Sopenharmony_ci 4162306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 4262306a36Sopenharmony_ci will be called yellowfin. This is recommended. 4362306a36Sopenharmony_ci 4462306a36Sopenharmony_ciendif # NET_VENDOR_PACKET_ENGINES 45