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" |
| 7 | depends on PCI |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) card belonging to this class, say |
| 10 | Y and read the Ethernet-HOWTO, available from |
| 11 | <http://www.tldp.org/docs.html#howto>. |
| 12 | |
| 13 | Note that the answer to this question doesn't directly affect the |
| 14 | kernel: saying N will just cause the configurator to skip all |
| 15 | the questions about Exar cards. If you say Y, you will be asked for |
| 16 | your specific card in the following questions. |
| 17 | |
| 18 | if NET_VENDOR_EXAR |
| 19 | |
| 20 | config S2IO |
| 21 | tristate "Exar Xframe 10Gb Ethernet Adapter" |
| 22 | depends on PCI |
| 23 | ---help--- |
| 24 | This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. |
| 25 | |
| 26 | More specific information on configuring the driver is in |
| 27 | <file:Documentation/networking/s2io.txt>. |
| 28 | |
| 29 | To compile this driver as a module, choose M here. The module |
| 30 | will be called s2io. |
| 31 | |
| 32 | config VXGE |
| 33 | tristate "Exar X3100 Series 10GbE PCIe Server Adapter" |
| 34 | depends on PCI && INET |
| 35 | ---help--- |
| 36 | This driver supports Exar Corp's X3100 Series 10 GbE PCIe |
| 37 | I/O Virtualized Server Adapter. |
| 38 | |
| 39 | More specific information on configuring the driver is in |
| 40 | <file:Documentation/networking/vxge.txt>. |
| 41 | |
| 42 | To compile this driver as a module, choose M here. The module |
| 43 | will be called vxge. |
| 44 | |
| 45 | config VXGE_DEBUG_TRACE_ALL |
| 46 | bool "Enabling All Debug trace statements in driver" |
| 47 | default n |
| 48 | depends on VXGE |
| 49 | ---help--- |
| 50 | Say Y here if you want to enabling all the debug trace statements in |
| 51 | the vxge driver. By default only few debug trace statements are |
| 52 | enabled. |
| 53 | |
| 54 | endif # NET_VENDOR_EXAR |