162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Alteon network device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_ALTEON 762306a36Sopenharmony_ci bool "Alteon devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on PCI 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about Alteon cards. If you say Y, you will be asked for 1662306a36Sopenharmony_ci your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_ALTEON 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig ACENIC 2162306a36Sopenharmony_ci tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" 2262306a36Sopenharmony_ci depends on PCI 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 2562306a36Sopenharmony_ci GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet 2662306a36Sopenharmony_ci adapter. The driver allows for using the Jumbo Frame option (9000 2762306a36Sopenharmony_ci bytes/frame) however it requires that your switches can handle this 2862306a36Sopenharmony_ci as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig 2962306a36Sopenharmony_ci line. 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 3262306a36Sopenharmony_ci module will be called acenic. 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ciconfig ACENIC_OMIT_TIGON_I 3562306a36Sopenharmony_ci bool "Omit support for old Tigon I based AceNICs" 3662306a36Sopenharmony_ci depends on ACENIC 3762306a36Sopenharmony_ci help 3862306a36Sopenharmony_ci Say Y here if you only have Tigon II based AceNICs and want to leave 3962306a36Sopenharmony_ci out support for the older Tigon I based cards which are no longer 4062306a36Sopenharmony_ci being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B 4162306a36Sopenharmony_ci version)). This will reduce the size of the driver object by 4262306a36Sopenharmony_ci app. 100KB. If you are not sure whether your card is a Tigon I or a 4362306a36Sopenharmony_ci Tigon II, say N here. 4462306a36Sopenharmony_ci 4562306a36Sopenharmony_ci The safe and default value for this is N. 4662306a36Sopenharmony_ci 4762306a36Sopenharmony_ciendif # NET_VENDOR_ALTEON 48