xref: /linux/drivers/net/ethernet/alteon/Kconfig (revision 531c4f896ca380812c22841e8ae396428a3327bf)
1*531c4f89SJeff Kirsher#
2*531c4f89SJeff Kirsher# Alteon network device configuration
3*531c4f89SJeff Kirsher#
4*531c4f89SJeff Kirsher
5*531c4f89SJeff Kirsherconfig NET_VENDOR_ALTEON
6*531c4f89SJeff Kirsher	bool "Alteon devices"
7*531c4f89SJeff Kirsher	depends on PCI
8*531c4f89SJeff Kirsher	---help---
9*531c4f89SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*531c4f89SJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*531c4f89SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*531c4f89SJeff Kirsher
13*531c4f89SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*531c4f89SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*531c4f89SJeff Kirsher	  the questions about Alteon cards. If you say Y, you will be asked for
16*531c4f89SJeff Kirsher	  your specific card in the following questions.
17*531c4f89SJeff Kirsher
18*531c4f89SJeff Kirsherif NET_VENDOR_ALTEON
19*531c4f89SJeff Kirsher
20*531c4f89SJeff Kirsherconfig ACENIC
21*531c4f89SJeff Kirsher	tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
22*531c4f89SJeff Kirsher	depends on PCI
23*531c4f89SJeff Kirsher	---help---
24*531c4f89SJeff Kirsher	  Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
25*531c4f89SJeff Kirsher	  GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
26*531c4f89SJeff Kirsher	  adapter. The driver allows for using the Jumbo Frame option (9000
27*531c4f89SJeff Kirsher	  bytes/frame) however it requires that your switches can handle this
28*531c4f89SJeff Kirsher	  as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
29*531c4f89SJeff Kirsher	  line.
30*531c4f89SJeff Kirsher
31*531c4f89SJeff Kirsher	  To compile this driver as a module, choose M here: the
32*531c4f89SJeff Kirsher	  module will be called acenic.
33*531c4f89SJeff Kirsher
34*531c4f89SJeff Kirsherconfig ACENIC_OMIT_TIGON_I
35*531c4f89SJeff Kirsher	bool "Omit support for old Tigon I based AceNICs"
36*531c4f89SJeff Kirsher	depends on ACENIC
37*531c4f89SJeff Kirsher	---help---
38*531c4f89SJeff Kirsher	  Say Y here if you only have Tigon II based AceNICs and want to leave
39*531c4f89SJeff Kirsher	  out support for the older Tigon I based cards which are no longer
40*531c4f89SJeff Kirsher	  being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
41*531c4f89SJeff Kirsher	  version)).  This will reduce the size of the driver object by
42*531c4f89SJeff Kirsher	  app. 100KB.  If you are not sure whether your card is a Tigon I or a
43*531c4f89SJeff Kirsher	  Tigon II, say N here.
44*531c4f89SJeff Kirsher
45*531c4f89SJeff Kirsher	  The safe and default value for this is N.
46*531c4f89SJeff Kirsher
47*531c4f89SJeff Kirsherendif # NET_VENDOR_ALTEON
48