brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 09a89e7 Raw
36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Exar device configuration4#5 6config NET_VENDOR_NETERION7	bool "Neterion (Exar) devices"8	default y9	depends on PCI10	help11	  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 the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about Neterion/Exar cards. If you say Y, you will be16	  asked for your specific card in the following questions.17 18if NET_VENDOR_NETERION19 20config S2IO21	tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"22	depends on PCI23	help24	  This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.25	  These were originally released from S2IO, which renamed itself26	  Neterion.  So, the adapters might be labeled as either one, depending27	  on its age.28 29	  More specific information on configuring the driver is in30	  <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.31 32	  To compile this driver as a module, choose M here. The module33	  will be called s2io.34 35endif # NET_VENDOR_NETERION36