]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/ethernet/packetengines/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / ethernet / packetengines / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
554f4ffd
JK
2#
3# Packet engine device configuration
4#
5
0df5f81c 6config NET_VENDOR_PACKET_ENGINES
554f4ffd 7 bool "Packet Engine devices"
3f2010b2 8 default y
554f4ffd
JK
9 depends on PCI
10 ---help---
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
554f4ffd
JK
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about packet engine devices. If you say Y, you will
16 be asked for your specific card in the following questions.
17
0df5f81c 18if NET_VENDOR_PACKET_ENGINES
554f4ffd
JK
19
20config HAMACHI
21 tristate "Packet Engines Hamachi GNIC-II support"
22 depends on PCI
23 select MII
24 ---help---
138b15ed 25 If you have a Gigabit Ethernet card of this type, say Y here.
554f4ffd
JK
26
27 To compile this driver as a module, choose M here. The module will be
28 called hamachi.
29
30config YELLOWFIN
2b86d872
KC
31 tristate "Packet Engines Yellowfin Gigabit-NIC support"
32 depends on PCI
554f4ffd
JK
33 select CRC32
34 ---help---
35 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
36 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
37 used by the Beowulf Linux cluster project. See
38 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
39 information about this driver in particular and Beowulf in general.
40
41 To compile this driver as a module, choose M here: the module
42 will be called yellowfin. This is recommended.
43
0df5f81c 44endif # NET_VENDOR_PACKET_ENGINES