xref: /linux/drivers/net/ethernet/packetengines/Kconfig (revision 554f4ffd3b2cd88e42007d069bc519563d0b459f)
1*554f4ffdSJeff Kirsher#
2*554f4ffdSJeff Kirsher# Packet engine device configuration
3*554f4ffdSJeff Kirsher#
4*554f4ffdSJeff Kirsher
5*554f4ffdSJeff Kirsherconfig NET_PACKET_ENGINE
6*554f4ffdSJeff Kirsher	bool "Packet Engine devices"
7*554f4ffdSJeff Kirsher	depends on PCI
8*554f4ffdSJeff Kirsher	---help---
9*554f4ffdSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*554f4ffdSJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*554f4ffdSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*554f4ffdSJeff Kirsher
13*554f4ffdSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*554f4ffdSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*554f4ffdSJeff Kirsher	  the questions about packet engine devices. If you say Y, you will
16*554f4ffdSJeff Kirsher	  be asked for your specific card in the following questions.
17*554f4ffdSJeff Kirsher
18*554f4ffdSJeff Kirsherif NET_PACKET_ENGINE
19*554f4ffdSJeff Kirsher
20*554f4ffdSJeff Kirsherconfig HAMACHI
21*554f4ffdSJeff Kirsher	tristate "Packet Engines Hamachi GNIC-II support"
22*554f4ffdSJeff Kirsher	depends on PCI
23*554f4ffdSJeff Kirsher	select MII
24*554f4ffdSJeff Kirsher	---help---
25*554f4ffdSJeff Kirsher	  If you have a Gigabit Ethernet card of this type, say Y and read
26*554f4ffdSJeff Kirsher	  the Ethernet-HOWTO, available from
27*554f4ffdSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
28*554f4ffdSJeff Kirsher
29*554f4ffdSJeff Kirsher	  To compile this driver as a module, choose M here. The module will be
30*554f4ffdSJeff Kirsher	  called hamachi.
31*554f4ffdSJeff Kirsher
32*554f4ffdSJeff Kirsherconfig YELLOWFIN
33*554f4ffdSJeff Kirsher	tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
34*554f4ffdSJeff Kirsher	depends on PCI && EXPERIMENTAL
35*554f4ffdSJeff Kirsher	select CRC32
36*554f4ffdSJeff Kirsher	---help---
37*554f4ffdSJeff Kirsher	  Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
38*554f4ffdSJeff Kirsher	  adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
39*554f4ffdSJeff Kirsher	  used by the Beowulf Linux cluster project.  See
40*554f4ffdSJeff Kirsher	  <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
41*554f4ffdSJeff Kirsher	  information about this driver in particular and Beowulf in general.
42*554f4ffdSJeff Kirsher
43*554f4ffdSJeff Kirsher	  To compile this driver as a module, choose M here: the module
44*554f4ffdSJeff Kirsher	  will be called yellowfin.  This is recommended.
45*554f4ffdSJeff Kirsher
46*554f4ffdSJeff Kirsherendif # NET_PACKET_ENGINE
47