45 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Packet Engines device configuration4#5 6config NET_VENDOR_PACKET_ENGINES7 bool "Packet Engines devices"8 default y9 depends on PCI10 help11 If you have a network (Ethernet) card belonging to this class, say Y.12 13 Note that the answer to this question doesn't directly affect the14 kernel: saying N will just cause the configurator to skip all15 the questions about Packet Engines devices. If you say Y, you will16 be asked for your specific card in the following questions.17 18if NET_VENDOR_PACKET_ENGINES19 20config HAMACHI21 tristate "Packet Engines Hamachi GNIC-II support"22 depends on PCI23 select MII24 help25 If you have a Gigabit Ethernet card of this type, say Y here.26 27 To compile this driver as a module, choose M here. The module will be28 called hamachi.29 30config YELLOWFIN31 tristate "Packet Engines Yellowfin Gigabit-NIC support"32 depends on PCI33 select CRC3234 help35 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet36 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is37 used by the Beowulf Linux cluster project. See38 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more39 information about this driver in particular and Beowulf in general.40 41 To compile this driver as a module, choose M here: the module42 will be called yellowfin. This is recommended.43 44endif # NET_VENDOR_PACKET_ENGINES45