2011-05-13 13:51:01 +04:00
#
# Exar device configuration
#
2018-07-31 18:56:19 +03:00
config NET_VENDOR_NETERION
bool "Neterion (Exar) devices"
2011-08-23 12:29:52 +04:00
default y
2011-05-13 13:51:01 +04:00
depends on PCI
---help---
2015-06-21 23:28:02 +03:00
If you have a network (Ethernet) card belonging to this class, say Y.
2011-05-13 13:51:01 +04:00
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
2018-07-31 18:56:19 +03:00
the questions about Neterion/Exar cards. If you say Y, you will be
asked for your specific card in the following questions.
2011-05-13 13:51:01 +04:00
2018-07-31 18:56:19 +03:00
if NET_VENDOR_NETERION
2011-05-13 13:51:01 +04:00
config S2IO
2018-07-31 18:56:19 +03:00
tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
2011-05-13 13:51:01 +04:00
depends on PCI
---help---
This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
2018-07-31 18:56:19 +03:00
These were originally released from S2IO, which renamed itself
Neterion. So, the adapters might be labeled as either one, depending
on its age.
2011-05-13 13:51:01 +04:00
More specific information on configuring the driver is in
<file:Documentation/networking/s2io.txt>.
To compile this driver as a module, choose M here. The module
will be called s2io.
config VXGE
2018-07-31 18:56:19 +03:00
tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter"
2012-11-16 16:47:39 +04:00
depends on PCI
2011-05-13 13:51:01 +04:00
---help---
This driver supports Exar Corp's X3100 Series 10 GbE PCIe
2018-07-31 18:56:19 +03:00
I/O Virtualized Server Adapter. These were originally released from
Neterion, which was later acquired by Exar. So, the adapters might be
labeled as either one, depending on its age.
2011-05-13 13:51:01 +04:00
More specific information on configuring the driver is in
<file:Documentation/networking/vxge.txt>.
To compile this driver as a module, choose M here. The module
will be called vxge.
config VXGE_DEBUG_TRACE_ALL
bool "Enabling All Debug trace statements in driver"
default n
depends on VXGE
---help---
Say Y here if you want to enabling all the debug trace statements in
the vxge driver. By default only few debug trace statements are
enabled.
2018-07-31 18:56:19 +03:00
endif # NET_VENDOR_NETERION