xref: /linux/drivers/net/ethernet/packetengines/Kconfig (revision f2ee442115c9b6219083c019939a9cc0c9abb2f8)
1#
2# Packet engine device configuration
3#
4
5config NET_PACKET_ENGINE
6	bool "Packet Engine devices"
7	depends on PCI
8	---help---
9	  If you have a network (Ethernet) card belonging to this class, say Y
10	  and read the Ethernet-HOWTO, available from
11	  <http://www.tldp.org/docs.html#howto>.
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
18if NET_PACKET_ENGINE
19
20config HAMACHI
21	tristate "Packet Engines Hamachi GNIC-II support"
22	depends on PCI
23	select NET_CORE
24	select MII
25	---help---
26	  If you have a Gigabit Ethernet card of this type, say Y and read
27	  the Ethernet-HOWTO, available from
28	  <http://www.tldp.org/docs.html#howto>.
29
30	  To compile this driver as a module, choose M here. The module will be
31	  called hamachi.
32
33config YELLOWFIN
34	tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
35	depends on PCI && EXPERIMENTAL
36	select CRC32
37	---help---
38	  Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
39	  adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
40	  used by the Beowulf Linux cluster project.  See
41	  <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
42	  information about this driver in particular and Beowulf in general.
43
44	  To compile this driver as a module, choose M here: the module
45	  will be called yellowfin.  This is recommended.
46
47endif # NET_PACKET_ENGINE
48