1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2531c4f89SJeff Kirsher# 3531c4f89SJeff Kirsher# Alteon network device configuration 4531c4f89SJeff Kirsher# 5531c4f89SJeff Kirsher 6531c4f89SJeff Kirsherconfig NET_VENDOR_ALTEON 7531c4f89SJeff Kirsher bool "Alteon devices" 888f07484SJeff Kirsher default y 9531c4f89SJeff Kirsher depends on PCI 10*a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 12531c4f89SJeff Kirsher 13531c4f89SJeff Kirsher Note that the answer to this question doesn't directly affect the 14531c4f89SJeff Kirsher kernel: saying N will just cause the configurator to skip all 15531c4f89SJeff Kirsher the questions about Alteon cards. If you say Y, you will be asked for 16531c4f89SJeff Kirsher your specific card in the following questions. 17531c4f89SJeff Kirsher 18531c4f89SJeff Kirsherif NET_VENDOR_ALTEON 19531c4f89SJeff Kirsher 20531c4f89SJeff Kirsherconfig ACENIC 21531c4f89SJeff Kirsher tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" 22531c4f89SJeff Kirsher depends on PCI 23*a7f7f624SMasahiro Yamada help 24531c4f89SJeff Kirsher Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 25531c4f89SJeff Kirsher GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet 26531c4f89SJeff Kirsher adapter. The driver allows for using the Jumbo Frame option (9000 27531c4f89SJeff Kirsher bytes/frame) however it requires that your switches can handle this 28531c4f89SJeff Kirsher as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig 29531c4f89SJeff Kirsher line. 30531c4f89SJeff Kirsher 31531c4f89SJeff Kirsher To compile this driver as a module, choose M here: the 32531c4f89SJeff Kirsher module will be called acenic. 33531c4f89SJeff Kirsher 34531c4f89SJeff Kirsherconfig ACENIC_OMIT_TIGON_I 35531c4f89SJeff Kirsher bool "Omit support for old Tigon I based AceNICs" 36531c4f89SJeff Kirsher depends on ACENIC 37*a7f7f624SMasahiro Yamada help 38531c4f89SJeff Kirsher Say Y here if you only have Tigon II based AceNICs and want to leave 39531c4f89SJeff Kirsher out support for the older Tigon I based cards which are no longer 40531c4f89SJeff Kirsher being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B 41531c4f89SJeff Kirsher version)). This will reduce the size of the driver object by 42531c4f89SJeff Kirsher app. 100KB. If you are not sure whether your card is a Tigon I or a 43531c4f89SJeff Kirsher Tigon II, say N here. 44531c4f89SJeff Kirsher 45531c4f89SJeff Kirsher The safe and default value for this is N. 46531c4f89SJeff Kirsher 47531c4f89SJeff Kirsherendif # NET_VENDOR_ALTEON 48