xref: /linux/drivers/net/ethernet/alteon/Kconfig (revision 88f07484ccdf08e58dc462ed1ac7eb2e84d88a17)
1531c4f89SJeff Kirsher#
2531c4f89SJeff Kirsher# Alteon network device configuration
3531c4f89SJeff Kirsher#
4531c4f89SJeff Kirsher
5531c4f89SJeff Kirsherconfig NET_VENDOR_ALTEON
6531c4f89SJeff Kirsher	bool "Alteon devices"
7*88f07484SJeff Kirsher	default y
8531c4f89SJeff Kirsher	depends on PCI
9531c4f89SJeff Kirsher	---help---
10531c4f89SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
11531c4f89SJeff Kirsher	  and read the Ethernet-HOWTO, available from
12531c4f89SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
13531c4f89SJeff Kirsher
14531c4f89SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
15531c4f89SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
16531c4f89SJeff Kirsher	  the questions about Alteon cards. If you say Y, you will be asked for
17531c4f89SJeff Kirsher	  your specific card in the following questions.
18531c4f89SJeff Kirsher
19531c4f89SJeff Kirsherif NET_VENDOR_ALTEON
20531c4f89SJeff Kirsher
21531c4f89SJeff Kirsherconfig ACENIC
22531c4f89SJeff Kirsher	tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
23531c4f89SJeff Kirsher	depends on PCI
24531c4f89SJeff Kirsher	---help---
25531c4f89SJeff Kirsher	  Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
26531c4f89SJeff Kirsher	  GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
27531c4f89SJeff Kirsher	  adapter. The driver allows for using the Jumbo Frame option (9000
28531c4f89SJeff Kirsher	  bytes/frame) however it requires that your switches can handle this
29531c4f89SJeff Kirsher	  as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
30531c4f89SJeff Kirsher	  line.
31531c4f89SJeff Kirsher
32531c4f89SJeff Kirsher	  To compile this driver as a module, choose M here: the
33531c4f89SJeff Kirsher	  module will be called acenic.
34531c4f89SJeff Kirsher
35531c4f89SJeff Kirsherconfig ACENIC_OMIT_TIGON_I
36531c4f89SJeff Kirsher	bool "Omit support for old Tigon I based AceNICs"
37531c4f89SJeff Kirsher	depends on ACENIC
38531c4f89SJeff Kirsher	---help---
39531c4f89SJeff Kirsher	  Say Y here if you only have Tigon II based AceNICs and want to leave
40531c4f89SJeff Kirsher	  out support for the older Tigon I based cards which are no longer
41531c4f89SJeff Kirsher	  being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
42531c4f89SJeff Kirsher	  version)).  This will reduce the size of the driver object by
43531c4f89SJeff Kirsher	  app. 100KB.  If you are not sure whether your card is a Tigon I or a
44531c4f89SJeff Kirsher	  Tigon II, say N here.
45531c4f89SJeff Kirsher
46531c4f89SJeff Kirsher	  The safe and default value for this is N.
47531c4f89SJeff Kirsher
48531c4f89SJeff Kirsherendif # NET_VENDOR_ALTEON
49