Jeff Kirsher | 86387e1 | 2011-05-13 02:51:01 -0700 | [diff] [blame] | 1 | # |
| 2 | # Exar device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_EXAR |
| 6 | bool "Exar devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | 86387e1 | 2011-05-13 02:51:01 -0700 | [diff] [blame] | 8 | depends on PCI |
| 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 86387e1 | 2011-05-13 02:51:01 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about Exar cards. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_EXAR |
| 18 | |
| 19 | config S2IO |
| 20 | tristate "Exar Xframe 10Gb Ethernet Adapter" |
| 21 | depends on PCI |
| 22 | ---help--- |
| 23 | This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. |
| 24 | |
| 25 | More specific information on configuring the driver is in |
| 26 | <file:Documentation/networking/s2io.txt>. |
| 27 | |
| 28 | To compile this driver as a module, choose M here. The module |
| 29 | will be called s2io. |
| 30 | |
| 31 | config VXGE |
| 32 | tristate "Exar X3100 Series 10GbE PCIe Server Adapter" |
Ben Hutchings | ff33c0e | 2012-11-16 12:47:39 +0000 | [diff] [blame] | 33 | depends on PCI |
Jeff Kirsher | 86387e1 | 2011-05-13 02:51:01 -0700 | [diff] [blame] | 34 | ---help--- |
| 35 | This driver supports Exar Corp's X3100 Series 10 GbE PCIe |
| 36 | I/O Virtualized Server Adapter. |
| 37 | |
| 38 | More specific information on configuring the driver is in |
| 39 | <file:Documentation/networking/vxge.txt>. |
| 40 | |
| 41 | To compile this driver as a module, choose M here. The module |
| 42 | will be called vxge. |
| 43 | |
| 44 | config VXGE_DEBUG_TRACE_ALL |
| 45 | bool "Enabling All Debug trace statements in driver" |
| 46 | default n |
| 47 | depends on VXGE |
| 48 | ---help--- |
| 49 | Say Y here if you want to enabling all the debug trace statements in |
| 50 | the vxge driver. By default only few debug trace statements are |
| 51 | enabled. |
| 52 | |
| 53 | endif # NET_VENDOR_EXAR |