]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/ethernet/neterion/Kconfig
net/mlx5e: CT: Offload established flows
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / ethernet / neterion / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
86387e1a
JK
2#
3# Exar device configuration
4#
5
d39db3b4
JM
6config NET_VENDOR_NETERION
7 bool "Neterion (Exar) devices"
88f07484 8 default y
86387e1a
JK
9 depends on PCI
10 ---help---
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
86387e1a
JK
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
d39db3b4
JM
15 the questions about Neterion/Exar cards. If you say Y, you will be
16 asked for your specific card in the following questions.
86387e1a 17
d39db3b4 18if NET_VENDOR_NETERION
86387e1a
JK
19
20config S2IO
d39db3b4 21 tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
86387e1a
JK
22 depends on PCI
23 ---help---
24 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
d39db3b4
JM
25 These were originally released from S2IO, which renamed itself
26 Neterion. So, the adapters might be labeled as either one, depending
27 on its age.
86387e1a
JK
28
29 More specific information on configuring the driver is in
b255e500 30 <file:Documentation/networking/device_drivers/neterion/s2io.txt>.
86387e1a
JK
31
32 To compile this driver as a module, choose M here. The module
33 will be called s2io.
34
35config VXGE
d39db3b4 36 tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter"
ff33c0e1 37 depends on PCI
86387e1a
JK
38 ---help---
39 This driver supports Exar Corp's X3100 Series 10 GbE PCIe
d39db3b4
JM
40 I/O Virtualized Server Adapter. These were originally released from
41 Neterion, which was later acquired by Exar. So, the adapters might be
42 labeled as either one, depending on its age.
86387e1a
JK
43
44 More specific information on configuring the driver is in
b255e500 45 <file:Documentation/networking/device_drivers/neterion/vxge.txt>.
86387e1a
JK
46
47 To compile this driver as a module, choose M here. The module
48 will be called vxge.
49
50config VXGE_DEBUG_TRACE_ALL
51 bool "Enabling All Debug trace statements in driver"
52 default n
53 depends on VXGE
54 ---help---
55 Say Y here if you want to enabling all the debug trace statements in
56 the vxge driver. By default only few debug trace statements are
57 enabled.
58
d39db3b4 59endif # NET_VENDOR_NETERION