1554f4ffdSJeff Kirsher#
2554f4ffdSJeff Kirsher# Packet engine device configuration
3554f4ffdSJeff Kirsher#
4554f4ffdSJeff Kirsher
5554f4ffdSJeff Kirsherconfig NET_PACKET_ENGINE
6554f4ffdSJeff Kirsher	bool "Packet Engine devices"
73f2010b2Sstephen hemminger	default y
8554f4ffdSJeff Kirsher	depends on PCI
9554f4ffdSJeff Kirsher	---help---
10138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
11554f4ffdSJeff Kirsher
12554f4ffdSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
13554f4ffdSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
14554f4ffdSJeff Kirsher	  the questions about packet engine devices. If you say Y, you will
15554f4ffdSJeff Kirsher	  be asked for your specific card in the following questions.
16554f4ffdSJeff Kirsher
17554f4ffdSJeff Kirsherif NET_PACKET_ENGINE
18554f4ffdSJeff Kirsher
19554f4ffdSJeff Kirsherconfig HAMACHI
20554f4ffdSJeff Kirsher	tristate "Packet Engines Hamachi GNIC-II support"
21554f4ffdSJeff Kirsher	depends on PCI
22554f4ffdSJeff Kirsher	select MII
23554f4ffdSJeff Kirsher	---help---
24138b15edSPaul Gortmaker	  If you have a Gigabit Ethernet card of this type, say Y here.
25554f4ffdSJeff Kirsher
26554f4ffdSJeff Kirsher	  To compile this driver as a module, choose M here. The module will be
27554f4ffdSJeff Kirsher	  called hamachi.
28554f4ffdSJeff Kirsher
29554f4ffdSJeff Kirsherconfig YELLOWFIN
302b86d872SKees Cook	tristate "Packet Engines Yellowfin Gigabit-NIC support"
312b86d872SKees Cook	depends on PCI
32554f4ffdSJeff Kirsher	select CRC32
33554f4ffdSJeff Kirsher	---help---
34554f4ffdSJeff Kirsher	  Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
35554f4ffdSJeff Kirsher	  adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
36554f4ffdSJeff Kirsher	  used by the Beowulf Linux cluster project.  See
37554f4ffdSJeff Kirsher	  <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
38554f4ffdSJeff Kirsher	  information about this driver in particular and Beowulf in general.
39554f4ffdSJeff Kirsher
40554f4ffdSJeff Kirsher	  To compile this driver as a module, choose M here: the module
41554f4ffdSJeff Kirsher	  will be called yellowfin.  This is recommended.
42554f4ffdSJeff Kirsher
43554f4ffdSJeff Kirsherendif # NET_PACKET_ENGINE
44