Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Exar device configuration
0004 #
0005 
0006 config NET_VENDOR_NETERION
0007         bool "Neterion (Exar) devices"
0008         default y
0009         depends on PCI
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about Neterion/Exar cards. If you say Y, you will be
0016           asked for your specific card in the following questions.
0017 
0018 if NET_VENDOR_NETERION
0019 
0020 config S2IO
0021         tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
0022         depends on PCI
0023         help
0024           This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
0025           These were originally released from S2IO, which renamed itself
0026           Neterion.  So, the adapters might be labeled as either one, depending
0027           on its age.
0028 
0029           More specific information on configuring the driver is in
0030           <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
0031 
0032           To compile this driver as a module, choose M here. The module
0033           will be called s2io.
0034 
0035 endif # NET_VENDOR_NETERION