Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 1 | # |
| 2 | # Packet engine device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_PACKET_ENGINE |
| 6 | bool "Packet Engine devices" |
stephen hemminger | 3f2010b | 2012-03-02 13:38:56 +0000 | [diff] [blame] | 7 | default y |
Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 8 | depends on PCI |
| 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about packet engine devices. If you say Y, you will |
| 15 | be asked for your specific card in the following questions. |
| 16 | |
| 17 | if NET_PACKET_ENGINE |
| 18 | |
| 19 | config HAMACHI |
| 20 | tristate "Packet Engines Hamachi GNIC-II support" |
| 21 | depends on PCI |
Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 22 | select MII |
| 23 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 24 | If you have a Gigabit Ethernet card of this type, say Y here. |
Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 25 | |
| 26 | To compile this driver as a module, choose M here. The module will be |
| 27 | called hamachi. |
| 28 | |
| 29 | config YELLOWFIN |
Kees Cook | 2b86d87 | 2012-10-02 11:18:11 -0700 | [diff] [blame] | 30 | tristate "Packet Engines Yellowfin Gigabit-NIC support" |
| 31 | depends on PCI |
Jeff Kirsher | 554f4ff | 2011-06-14 14:02:57 -0700 | [diff] [blame] | 32 | select CRC32 |
| 33 | ---help--- |
| 34 | Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet |
| 35 | adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is |
| 36 | used by the Beowulf Linux cluster project. See |
| 37 | <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more |
| 38 | information about this driver in particular and Beowulf in general. |
| 39 | |
| 40 | To compile this driver as a module, choose M here: the module |
| 41 | will be called yellowfin. This is recommended. |
| 42 | |
| 43 | endif # NET_PACKET_ENGINE |