Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

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