Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Alteon network device configuration
0004 #
0005 
0006 config NET_VENDOR_ALTEON
0007         bool "Alteon devices"
0008         default y
0009         depends on PCI
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about Alteon cards. If you say Y, you will be asked for
0016           your specific card in the following questions.
0017 
0018 if NET_VENDOR_ALTEON
0019 
0020 config ACENIC
0021         tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
0022         depends on PCI
0023         help
0024           Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
0025           GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
0026           adapter. The driver allows for using the Jumbo Frame option (9000
0027           bytes/frame) however it requires that your switches can handle this
0028           as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
0029           line.
0030 
0031           To compile this driver as a module, choose M here: the
0032           module will be called acenic.
0033 
0034 config ACENIC_OMIT_TIGON_I
0035         bool "Omit support for old Tigon I based AceNICs"
0036         depends on ACENIC
0037         help
0038           Say Y here if you only have Tigon II based AceNICs and want to leave
0039           out support for the older Tigon I based cards which are no longer
0040           being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
0041           version)).  This will reduce the size of the driver object by
0042           app. 100KB.  If you are not sure whether your card is a Tigon I or a
0043           Tigon II, say N here.
0044 
0045           The safe and default value for this is N.
0046 
0047 endif # NET_VENDOR_ALTEON