2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-13 02:51:01 -07:00
|
|
|
#
|
|
|
|
# Exar device configuration
|
|
|
|
#
|
|
|
|
|
2018-07-31 11:56:19 -04:00
|
|
|
config NET_VENDOR_NETERION
|
|
|
|
bool "Neterion (Exar) devices"
|
2011-08-23 01:29:52 -07:00
|
|
|
default y
|
2011-05-13 02:51:01 -07:00
|
|
|
depends on PCI
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-06-21 16:28:02 -04:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-05-13 02:51:01 -07: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 11:56:19 -04: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 02:51:01 -07:00
|
|
|
|
2018-07-31 11:56:19 -04:00
|
|
|
if NET_VENDOR_NETERION
|
2011-05-13 02:51:01 -07:00
|
|
|
|
|
|
|
config S2IO
|
2018-07-31 11:56:19 -04:00
|
|
|
tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
|
2011-05-13 02:51:01 -07:00
|
|
|
depends on PCI
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2011-05-13 02:51:01 -07:00
|
|
|
This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
|
2018-07-31 11:56:19 -04: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 02:51:01 -07:00
|
|
|
|
|
|
|
More specific information on configuring the driver is in
|
2020-06-26 10:27:24 -07:00
|
|
|
<file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
|
2011-05-13 02:51:01 -07:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
|
|
will be called s2io.
|
|
|
|
|
2018-07-31 11:56:19 -04:00
|
|
|
endif # NET_VENDOR_NETERION
|