1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2554f4ffdSJeff Kirsher# 31583d448SGeert Uytterhoeven# Packet Engines device configuration 4554f4ffdSJeff Kirsher# 5554f4ffdSJeff Kirsher 60df5f81cSGeert Uytterhoevenconfig NET_VENDOR_PACKET_ENGINES 71583d448SGeert Uytterhoeven bool "Packet Engines devices" 83f2010b2Sstephen hemminger default y 9554f4ffdSJeff Kirsher depends on PCI 10*a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 12554f4ffdSJeff Kirsher 13554f4ffdSJeff Kirsher Note that the answer to this question doesn't directly affect the 14554f4ffdSJeff Kirsher kernel: saying N will just cause the configurator to skip all 151583d448SGeert Uytterhoeven the questions about Packet Engines devices. If you say Y, you will 16554f4ffdSJeff Kirsher be asked for your specific card in the following questions. 17554f4ffdSJeff Kirsher 180df5f81cSGeert Uytterhoevenif NET_VENDOR_PACKET_ENGINES 19554f4ffdSJeff Kirsher 20554f4ffdSJeff Kirsherconfig HAMACHI 21554f4ffdSJeff Kirsher tristate "Packet Engines Hamachi GNIC-II support" 22554f4ffdSJeff Kirsher depends on PCI 23554f4ffdSJeff Kirsher select MII 24*a7f7f624SMasahiro Yamada help 25138b15edSPaul Gortmaker If you have a Gigabit Ethernet card of this type, say Y here. 26554f4ffdSJeff Kirsher 27554f4ffdSJeff Kirsher To compile this driver as a module, choose M here. The module will be 28554f4ffdSJeff Kirsher called hamachi. 29554f4ffdSJeff Kirsher 30554f4ffdSJeff Kirsherconfig YELLOWFIN 312b86d872SKees Cook tristate "Packet Engines Yellowfin Gigabit-NIC support" 322b86d872SKees Cook depends on PCI 33554f4ffdSJeff Kirsher select CRC32 34*a7f7f624SMasahiro Yamada help 35554f4ffdSJeff Kirsher Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet 36554f4ffdSJeff Kirsher adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is 37554f4ffdSJeff Kirsher used by the Beowulf Linux cluster project. See 38554f4ffdSJeff Kirsher <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more 39554f4ffdSJeff Kirsher information about this driver in particular and Beowulf in general. 40554f4ffdSJeff Kirsher 41554f4ffdSJeff Kirsher To compile this driver as a module, choose M here: the module 42554f4ffdSJeff Kirsher will be called yellowfin. This is recommended. 43554f4ffdSJeff Kirsher 440df5f81cSGeert Uytterhoevenendif # NET_VENDOR_PACKET_ENGINES 45