xref: /linux/drivers/net/ethernet/neterion/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
286387e1aSJeff Kirsher#
386387e1aSJeff Kirsher# Exar device configuration
486387e1aSJeff Kirsher#
586387e1aSJeff Kirsher
6d39db3b4SJon Masonconfig NET_VENDOR_NETERION
7d39db3b4SJon Mason	bool "Neterion (Exar) devices"
888f07484SJeff Kirsher	default y
986387e1aSJeff Kirsher	depends on PCI
1086387e1aSJeff Kirsher	---help---
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
1286387e1aSJeff Kirsher
1386387e1aSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
1486387e1aSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15d39db3b4SJon Mason	  the questions about Neterion/Exar cards. If you say Y, you will be
16d39db3b4SJon Mason	  asked for your specific card in the following questions.
1786387e1aSJeff Kirsher
18d39db3b4SJon Masonif NET_VENDOR_NETERION
1986387e1aSJeff Kirsher
2086387e1aSJeff Kirsherconfig S2IO
21d39db3b4SJon Mason	tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
2286387e1aSJeff Kirsher	depends on PCI
2386387e1aSJeff Kirsher	---help---
2486387e1aSJeff Kirsher	  This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
25d39db3b4SJon Mason	  These were originally released from S2IO, which renamed itself
26d39db3b4SJon Mason	  Neterion.  So, the adapters might be labeled as either one, depending
27d39db3b4SJon Mason	  on its age.
2886387e1aSJeff Kirsher
2986387e1aSJeff Kirsher	  More specific information on configuring the driver is in
30b255e500SJakub Kicinski	  <file:Documentation/networking/device_drivers/neterion/s2io.txt>.
3186387e1aSJeff Kirsher
3286387e1aSJeff Kirsher	  To compile this driver as a module, choose M here. The module
3386387e1aSJeff Kirsher	  will be called s2io.
3486387e1aSJeff Kirsher
3586387e1aSJeff Kirsherconfig VXGE
36d39db3b4SJon Mason	tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter"
37ff33c0e1SBen Hutchings	depends on PCI
3886387e1aSJeff Kirsher	---help---
3986387e1aSJeff Kirsher	  This driver supports Exar Corp's X3100 Series 10 GbE PCIe
40d39db3b4SJon Mason	  I/O Virtualized Server Adapter.  These were originally released from
41d39db3b4SJon Mason	  Neterion, which was later acquired by Exar.  So, the adapters might be
42d39db3b4SJon Mason	  labeled as either one, depending on its age.
4386387e1aSJeff Kirsher
4486387e1aSJeff Kirsher	  More specific information on configuring the driver is in
45b255e500SJakub Kicinski	  <file:Documentation/networking/device_drivers/neterion/vxge.txt>.
4686387e1aSJeff Kirsher
4786387e1aSJeff Kirsher	  To compile this driver as a module, choose M here. The module
4886387e1aSJeff Kirsher	  will be called vxge.
4986387e1aSJeff Kirsher
5086387e1aSJeff Kirsherconfig VXGE_DEBUG_TRACE_ALL
5186387e1aSJeff Kirsher	bool "Enabling All Debug trace statements in driver"
5286387e1aSJeff Kirsher	default n
5386387e1aSJeff Kirsher	depends on VXGE
5486387e1aSJeff Kirsher	---help---
5586387e1aSJeff Kirsher	  Say Y here if you want to enabling all the debug trace statements in
5686387e1aSJeff Kirsher	  the vxge driver. By default only few debug trace statements are
5786387e1aSJeff Kirsher	  enabled.
5886387e1aSJeff Kirsher
59d39db3b4SJon Masonendif # NET_VENDOR_NETERION
60