48 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Alteon network device configuration4#5 6config NET_VENDOR_ALTEON7 bool "Alteon devices"8 default y9 depends on PCI10 help11 If you have a network (Ethernet) card belonging to this class, say Y.12 13 Note that the answer to this question doesn't directly affect the14 kernel: saying N will just cause the configurator to skip all15 the questions about Alteon cards. If you say Y, you will be asked for16 your specific card in the following questions.17 18if NET_VENDOR_ALTEON19 20config ACENIC21 tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"22 depends on PCI23 help24 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear25 GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet26 adapter. The driver allows for using the Jumbo Frame option (900027 bytes/frame) however it requires that your switches can handle this28 as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig29 line.30 31 To compile this driver as a module, choose M here: the32 module will be called acenic.33 34config ACENIC_OMIT_TIGON_I35 bool "Omit support for old Tigon I based AceNICs"36 depends on ACENIC37 help38 Say Y here if you only have Tigon II based AceNICs and want to leave39 out support for the older Tigon I based cards which are no longer40 being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B41 version)). This will reduce the size of the driver object by42 app. 100KB. If you are not sure whether your card is a Tigon I or a43 Tigon II, say N here.44 45 The safe and default value for this is N.46 47endif # NET_VENDOR_ALTEON48