Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-2.6-block.git] / drivers / net / ethernet / packetengines / Kconfig
CommitLineData
554f4ffd
JK
1#
2# Packet engine device configuration
3#
4
5config NET_PACKET_ENGINE
6 bool "Packet Engine devices"
3f2010b2 7 default y
554f4ffd
JK
8 depends on PCI
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about packet engine devices. If you say Y, you will
17 be asked for your specific card in the following questions.
18
19if NET_PACKET_ENGINE
20
21config HAMACHI
22 tristate "Packet Engines Hamachi GNIC-II support"
23 depends on PCI
aaba215c 24 select NET_CORE
554f4ffd
JK
25 select MII
26 ---help---
27 If you have a Gigabit Ethernet card of this type, say Y and read
28 the Ethernet-HOWTO, available from
29 <http://www.tldp.org/docs.html#howto>.
30
31 To compile this driver as a module, choose M here. The module will be
32 called hamachi.
33
34config YELLOWFIN
2b86d872
KC
35 tristate "Packet Engines Yellowfin Gigabit-NIC support"
36 depends on PCI
554f4ffd
JK
37 select CRC32
38 ---help---
39 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
40 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
41 used by the Beowulf Linux cluster project. See
42 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
43 information about this driver in particular and Beowulf in general.
44
45 To compile this driver as a module, choose M here: the module
46 will be called yellowfin. This is recommended.
47
48endif # NET_PACKET_ENGINE