Kconfig 1.4 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Packet Engines device configuration
4 5
#

6
config NET_VENDOR_PACKET_ENGINES
7
	bool "Packet Engines devices"
8
	default y
9 10
	depends on PCI
	---help---
11
	  If you have a network (Ethernet) card belonging to this class, say Y.
12 13 14

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
15
	  the questions about Packet Engines devices. If you say Y, you will
16 17
	  be asked for your specific card in the following questions.

18
if NET_VENDOR_PACKET_ENGINES
19 20 21 22 23 24

config HAMACHI
	tristate "Packet Engines Hamachi GNIC-II support"
	depends on PCI
	select MII
	---help---
25
	  If you have a Gigabit Ethernet card of this type, say Y here.
26 27 28 29 30

	  To compile this driver as a module, choose M here. The module will be
	  called hamachi.

config YELLOWFIN
31 32
	tristate "Packet Engines Yellowfin Gigabit-NIC support"
	depends on PCI
33 34 35 36 37 38 39 40 41 42 43
	select CRC32
	---help---
	  Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
	  adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
	  used by the Beowulf Linux cluster project.  See
	  <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
	  information about this driver in particular and Beowulf in general.

	  To compile this driver as a module, choose M here: the module
	  will be called yellowfin.  This is recommended.

44
endif # NET_VENDOR_PACKET_ENGINES